diff options
Diffstat (limited to 'examples/read_conf.c')
-rw-r--r-- | examples/read_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_conf.c b/examples/read_conf.c index acc3eba..d96e190 100644 --- a/examples/read_conf.c +++ b/examples/read_conf.c @@ -2,7 +2,7 @@ #include <string.h> #include <inttypes.h> -#include "pom.h" +#include <pom.h> int main(int argc, char **argv) { pom_error *error; |