diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-07 12:37:59 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-07 12:37:59 +0200 |
| commit | 2256393a01919b40014b0f4b50575eb722b67c5a (patch) | |
| tree | 663cf0cbca4b558701ca4d74ed7202426f65890f /src | |
| parent | f2dc031f37282ff04ce07887f3b388092115139b (diff) | |
| download | pico-web-2256393a01919b40014b0f4b50575eb722b67c5a.tar pico-web-2256393a01919b40014b0f4b50575eb722b67c5a.tar.gz pico-web-2256393a01919b40014b0f4b50575eb722b67c5a.zip | |
(util) Quotes instead of angled brackets when including util.h
Diffstat (limited to 'src')
| -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); |
