summaryrefslogtreecommitdiff
path: root/sfeed_plain.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:18:15 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:18:15 +0100
commit90fb851ec17058b03e400de70a464ca38e2569aa (patch)
tree483fb19b0ccb275128a527c89e5e64f3d50fbc4b /sfeed_plain.c
parentb7e14e7b79a73f69044d91c6af6cf8b62e82437c (diff)
include <sys/types.h> for types size_t, ssize_t etc
This makes sure xml.c in particular can be compiled without further feature macros.
Diffstat (limited to 'sfeed_plain.c')
-rw-r--r--sfeed_plain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfeed_plain.c b/sfeed_plain.c
index e9e2446..4c69572 100644
--- a/sfeed_plain.c
+++ b/sfeed_plain.c
@@ -1,3 +1,5 @@
+#include <sys/types.h>
+
#include <ctype.h>
#include <err.h>
#include <locale.h>