diff options
Diffstat (limited to 'lib/str.h')
| -rw-r--r-- | lib/str.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,8 +22,7 @@ #ifndef DYLAN_STR_H #define DYLAN_STR_H -#include <stdlib.h> -#include <stdint.h> +#include <assert.h> #include <string.h> #include "util.h" |