diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/linda.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 37b5a37..aff06ba 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | MODULE=lanes | 8 | MODULE=lanes |
9 | 9 | ||
10 | SRC=lanes.c compat.c threading.c tools.c deep.c keeper.c universe.c | 10 | SRC=lanes.c compat.c threading.c tools.c linda.c deep.c keeper.c universe.c |
11 | 11 | ||
12 | OBJ=$(SRC:.c=.o) | 12 | OBJ=$(SRC:.c=.o) |
13 | 13 | ||
diff --git a/src/linda.c b/src/linda.c index 4d1fa9f..69f41b6 100644 --- a/src/linda.c +++ b/src/linda.c | |||
@@ -31,6 +31,7 @@ THE SOFTWARE. | |||
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include <stdlib.h> | 33 | #include <stdlib.h> |
34 | #include <string.h> | ||
34 | #include <assert.h> | 35 | #include <assert.h> |
35 | 36 | ||
36 | #include "threading.h" | 37 | #include "threading.h" |