diff options
| -rw-r--r-- | src/util.c | 2 | ||||
| -rw-r--r-- | src/util.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#include <util.h> +#include "util.h" #include <arpa/inet.h> #include <stdlib.h> @@ -2,9 +2,9 @@ #define H_UTIL #include <inttypes.h> -#include <sds/sds.h> #include <arpa/inet.h> #include <regex.h> +#include "sds/sds.h" /* Networking */ uint16_t atop(const char *port); |
