strerror_r: fix missing header
[gnulib.git] / lib / strerror_r.c
index 034c22e..494b1f0 100644 (file)
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include <errno.h>
+#include <stdio.h>
 
 #if GNULIB_defined_ESOCK /* native Windows platforms */
 # if HAVE_WINSOCK2_H