summaryrefslogtreecommitdiff
path: root/core/notify.c
diff options
context:
space:
mode:
authorSerge Bazanski <q3k@q3k.org>2021-01-31 19:26:14 +0000
committerSerge Bazanski <q3k@q3k.org>2021-01-31 19:35:05 +0000
commit4f8d9c24c2074896ad391cb0595bc59f00d8fa06 (patch)
treed57ec1b2c8b453ceb1b05ef6fbb8ae68c6192f30 /core/notify.c
parentfb22797d07ead7fe18dfe890fa29313531b308d0 (diff)
downloaduwsgi-4f8d9c24c2074896ad391cb0595bc59f00d8fa06.tar.gz
core, proto: replace uwsgi.h system includes
This replaces all `#include <uwsgi.h>` in core/ and proto/ with `#include "uwsgi.h"`. This is to make it easier to build uWSGI with build systems that are more opinonated about local-vs-system include directories (eg. Bazel), and is without detriment to uWSGI itself (at least as far as I can tell).
Diffstat (limited to 'core/notify.c')
-rw-r--r--core/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/notify.c b/core/notify.c
index 7c08d681..2e267dbe 100644
--- a/core/notify.c
+++ b/core/notify.c
@@ -1,4 +1,4 @@
-#include <uwsgi.h>
+#include "uwsgi.h"
extern struct uwsgi_server uwsgi;