1
0
mirror of https://github.com/moparisthebest/curl synced 2024-10-31 15:45:12 -04:00

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

This commit is contained in:
Daniel Stenberg 2004-10-12 12:49:38 +00:00
parent 3fa1879f6a
commit 411e9b0c45

View File

@ -53,6 +53,7 @@
#endif
#include <string.h>
#include "memory.h"
#include "strerror.h"
/* The last #include file should be: */
#include "memdebug.h"