- Include the .h files in their .c files.
[obnox/wireshark/wip.git] / mkstemp.c
index a1041e7648e3bf13391aa1db8a1d596d344f4bbf..4d1ffcde1e85eb92f4f9846cbacaf08bcf11863c 100644 (file)
--- a/mkstemp.c
+++ b/mkstemp.c
@@ -43,6 +43,8 @@
 
 #include <glib.h>
 
+#include "mkstemp.h"
+
 #ifndef __set_errno
 #define __set_errno(x) errno=(x)
 #endif