add include files for fixing build-break. 40/264540/1
authorSooChan Lim <sc1.lim@samsung.com>
Sat, 18 Sep 2021 03:29:31 +0000 (12:29 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Sat, 18 Sep 2021 03:29:31 +0000 (12:29 +0900)
Change-Id: I0ba9bc21e53980dd2d0656cbcf1e2f6250f37633

src/lib/pepper/pepper-utils.h

index d988ab4..26ec45f 100644 (file)
@@ -29,6 +29,9 @@
 #ifndef PEPPER_UTILS_H
 #define PEPPER_UTILS_H
 
+#include <stdio.h>
+#include <unistd.h>
+#include <sys/types.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>