Skip to content
Snippets Groups Projects
Commit 411e9b0c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 3fa1879f
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@
#endif
#include <string.h>
#include "memory.h"
#include "strerror.h"
/* The last #include file should be: */
#include "memdebug.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment