pkgmgr-info.h - include what you use 36/34936/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 4 Feb 2015 13:29:32 +0000 (14:29 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 4 Feb 2015 13:30:35 +0000 (14:30 +0100)
This causes problem to use this header in other projects.
Header should be able to provide all definitions it uses.

Change-Id: I1c443a7ffc273c269ced91e91f56215d84f0d98b

include/pkgmgr-info.h

index 3358c2f..48aa7b6 100644 (file)
@@ -48,6 +48,7 @@
 
 #include <errno.h>
 #include <stdbool.h>
+#include <unistd.h>
 
 #ifdef __cplusplus
 extern "C" {