chiark / gitweb /
test-example: all-privkeys: Define, and indirect through, a variable
[secnet.git] / osdep.h
diff --git a/osdep.h b/osdep.h
index a89958d3e0e024de45bf266bd1149c0e294ec9ad..46c532b0ede6d15d3affe1bbac0a476d7d23f832 100644 (file)
--- a/osdep.h
+++ b/osdep.h
 
 #include "config.h"
 
+#include <stdio.h>
+
+#ifndef HAVE_FMEMOPEN
+extern FILE *fmemopen(void *buf, size_t size, const char *mode);
+#endif
+
 #endif /* osdep_h */