diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-24 18:44:44 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-24 18:44:44 -0500 |
| commit | 3c13f12ac8279ddccf2a20fbc072d6b918ea2096 (patch) | |
| tree | 6cc7f11e1d6029fdbd84ffe1179c870057b76af5 /target | |
| parent | c7c1bd7641581e2a0b84dcecdab61ed7c43268e9 (diff) | |
| download | ducky-3c13f12ac8279ddccf2a20fbc072d6b918ea2096.zip ducky-3c13f12ac8279ddccf2a20fbc072d6b918ea2096.tar.gz ducky-3c13f12ac8279ddccf2a20fbc072d6b918ea2096.tar.bz2 ducky-3c13f12ac8279ddccf2a20fbc072d6b918ea2096.tar.xz | |
remove BSD dependency
Diffstat (limited to 'target')
| -rw-r--r-- | target/unix/platform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/unix/platform.h b/target/unix/platform.h index 328d35b..4a7553f 100644 --- a/target/unix/platform.h +++ b/target/unix/platform.h @@ -1,5 +1,3 @@ -#include <bsd/string.h> - #include <fcntl.h> #include <math.h> #include <setjmp.h> @@ -8,5 +6,6 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <time.h> #include <unistd.h> |