commit | 387a08a8be413379618a633b140c58c35a1f6640 | [log] [tgz] |
---|---|---|
author | Andrew Yourtchenko <ayourtch@gmail.com> | Thu Mar 11 12:33:59 2021 +0000 |
committer | Damjan Marion <dmarion@me.com> | Mon Mar 15 17:22:56 2021 +0000 |
tree | 3bf72b339118aee1daabe43d157d97084bbd8baa | |
parent | 350771de795ed5766e3ef3161937f96dca43b512 [diff] [blame] |
libmemif: fix the include for ssize_t Change-Id: I83830e64fb0fc302474837ebfa4f8cb133b1dccf Type: fix Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
diff --git a/extras/libmemif/src/libmemif.h b/extras/libmemif/src/libmemif.h index d1c5b05..12d2f1e 100644 --- a/extras/libmemif/src/libmemif.h +++ b/extras/libmemif/src/libmemif.h
@@ -30,6 +30,7 @@ #include <inttypes.h> #include <sys/types.h> #include <sys/timerfd.h> +#include <sys/types.h> /*! Error codes */ typedef enum