libmemif: add an include of sys/types.h header file 01/31601/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 9 Mar 2021 19:02:06 +0000 (19:02 +0000)
committerOle Tr�an <otroan@employees.org>
Fri, 12 Mar 2021 09:01:04 +0000 (09:01 +0000)
the ssize_t is defined there.

Change-Id: Ie46d196347ab91d0a92c15f331db14fe3b57061c
Type: fix
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
extras/libmemif/src/libmemif.h

index 0146bb7..d1c5b05 100644 (file)
@@ -28,6 +28,7 @@
 #define MEMIF_DEFAULT_APP_NAME "libmemif-app"
 
 #include <inttypes.h>
+#include <sys/types.h>
 #include <sys/timerfd.h>
 
 /*! Error codes */