Skip to content
Snippets Groups Projects
Commit 5a5b995d authored by Moe Jette's avatar Moe Jette
Browse files

Minor changes in header definitions for consistency with other modules.

parent 9164bd97
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
#include <string.h> #include <string.h>
#include <sys/socket.h> #include <sys/socket.h>
#include "strlcpy.h" #include "src/common/strlcpy.h"
#include "util-net.h" #include "src/common/util-net.h"
#include "wrapper.h" #include "src/common/wrapper.h"
#ifndef INET_ADDRSTRLEN #ifndef INET_ADDRSTRLEN
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */
#include <errno.h> #include <errno.h>
#include "log.h" #include "src/common/log.h"
#ifdef WITH_PTHREADS #ifdef WITH_PTHREADS
......
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