Make opendir(3) prototypes available
authorHolger Weiß <holger@zedat.fu-berlin.de>
Sun, 11 Jan 2015 18:48:07 +0100
changeset 654 54f17719b9d0
parent 653 49b6d6bc7321
child 655 eda0df5ed2af
Make opendir(3) prototypes available
loudmouth/lm-ssl-gnutls.c
--- a/loudmouth/lm-ssl-gnutls.c	Thu Nov 07 19:42:22 2013 +0100
+++ b/loudmouth/lm-ssl-gnutls.c	Sun Jan 11 18:48:07 2015 +0100
@@ -24,6 +24,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <dirent.h>
 #include <unistd.h>
 #include <glib.h>