Skip to content
Snippets Groups Projects
Commit 2714614f authored by tewk's avatar tewk
Browse files

I always do this

parent b717616c
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#if HAVE_STRERROR_R && !HAVE_DECL_STRERROR_R #if HAVE_STRERROR_R && !HAVE_DECL_STRERROR_R
//char *strerror_r(int, char *, int); char *strerror_r(int, char *, int);
#endif #endif
#include <errno.h> #include <errno.h>
#if HAVE_UNISTD_H #if HAVE_UNISTD_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