Skip to content
Snippets Groups Projects
Commit 8193f55c authored by rob's avatar rob
Browse files

Added #includes for prototypes.

parent 2f294f34
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@
****************************************************************************/
#include <stdlib.h> /* strtol */
#include <string.h> /* strlen */
#include <ctype.h> /* isdigit */
#include "sockwrap.h" /* inet_addr */
#include "ini_file.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