Commit 411e9b0c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

#include "strerror.h" to get the strerror proto

parent 3fa1879f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@
#endif
#include <string.h>
#include "memory.h"
#include "strerror.h"
/* The last #include file should be: */
#include "memdebug.h"