#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
1 changed files with 1 additions and 0 deletions

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"