diff options
author | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 11:30:00 -0400 |
---|---|---|
committer | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 11:31:45 -0400 |
commit | cbfbbbb6b0b7a5441aa0414a73f4a2cda00bd957 (patch) | |
tree | d76b573b8005aad83df719b9f3afbf683036ef6a /test.c | |
parent | 2d25dad1f814ddbdb1c02a4d648970cb36d8f71e (diff) |
Add exec and man
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #include <string.h> #include <inttypes.h> #include <assert.h> -#include <murmurhash.h> +#include "murmurhash.h" int main (void) { |