aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/oop_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/examples/oop_example.c')
-rw-r--r--nerv/examples/oop_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/oop_example.c b/nerv/examples/oop_example.c
index 59dfc5a..e46cf96 100644
--- a/nerv/examples/oop_example.c
+++ b/nerv/examples/oop_example.c
@@ -1,7 +1,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
-#include "../common.h"
+#include "../lib/common.h"
#define SQR(x) ((x) * (x))