diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.c b/doc/example.c index 18aec1c..2ff562d 100644 --- a/doc/example.c +++ b/doc/example.c @@ -1,4 +1,4 @@ -#include "../src/simple-opt.h" +#include "../simple-opt.h" int main(int argc, char **argv) { |