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/util.h | |
| 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/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
