summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/addext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addext.c b/lib/addext.c
index 283756bf4..7753c608a 100644
--- a/lib/addext.c
+++ b/lib/addext.c
@@ -36,7 +36,7 @@
# define _POSIX_NAME_MAX 14
#endif
-#include <sys/types.h>
+#include <stddef.h>
#if HAVE_STRING_H
# include <string.h>
#else