tizen-util: Include an appropriate header
[platform/core/uifw/libds-tizen.git] / src / libds-tizen / util.h
index 82e178b..126467c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef DS_UTIL_H
 #define DS_UTIL_H
 
-#include <stdint.h>
+#include <unistd.h>
 
 #define MIN(a,b) ((a)<(b)?(a):(b))