tizen-util: Include an appropriate header 87/278087/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:08:42 +0000 (14:08 +0900)
Change-Id: I3ee70dc2ed75a4ef04ac7d8c604d5be8521651d0

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