diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-10-20 20:14:41 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-10-20 20:14:41 +0200 |
commit | db8ae62fb64fa33657f598a62045f17fc779ef8b (patch) | |
tree | 26de2baf2506c6acd072770d220b77ecb3aed60c /src/lutris.h | |
parent | a8038e640523a65ac347be9f674348ecc11ce356 (diff) | |
download | polecat-db8ae62fb64fa33657f598a62045f17fc779ef8b.tar.gz polecat-db8ae62fb64fa33657f598a62045f17fc779ef8b.zip |
properly include header directories, change how json-c is found
Diffstat (limited to 'src/lutris.h')
-rw-r--r-- | src/lutris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris.h b/src/lutris.h index f3db00f..f3f648d 100644 --- a/src/lutris.h +++ b/src/lutris.h @@ -1,7 +1,7 @@ #ifndef LUTRIS_H #define LUTRIS_H -#include <json-c/json.h> +#include <json.h> enum keyword { MOVE = 0, |