tizen-util: Include an appropriate header 01/278201/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 2 Jun 2022 04:53:14 +0000 (13:53 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:46 +0000 (14:58 +0900)
Change-Id: I7794e38a4ad2b02116a5a7fe3b02bcf339bbd3a9

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))