diff options
Diffstat (limited to 'src/linda.c')
-rw-r--r-- | src/linda.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |