diff options
author | Björn Esser <besser82@fedoraproject.org> | 2017-12-27 14:37:55 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2017-12-27 17:13:58 +0100 |
commit | ff1384962449f4a2a1a6b2eada5582bdc2c61bd5 (patch) | |
tree | 89513769949d2a4afda41de69cd0de8e6fbfd042 /examples | |
parent | a0d2a6b445f33b608019809f581a80d28062178d (diff) |
config: Avoid clash with other config-headers
Diffstat (limited to 'examples')
-rw-r--r-- | examples/support/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/support/config.c b/examples/support/config.c index ff63b078..f0efa594 100644 --- a/examples/support/config.c +++ b/examples/support/config.c @@ -7,9 +7,10 @@ #include <string.h> #include <unistd.h> #include <sys/param.h> -#include "config.h" +#include <wlr/config.h> #include <wlr/util/log.h> #include <wlr/types/wlr_box.h> +#include "support/config.h" #include "shared.h" #include "ini.h" |