diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-07 13:57:01 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-07 13:57:01 -0500 |
| commit | 36af5ceca2e73fb34c0cf28bb6e6bbce25f2b25e (patch) | |
| tree | 01865afca170d26203b60120b55e5f1894935540 /target/unix/platform.h | |
| parent | 808ea0294d669f78d40606c469e69956e31d7530 (diff) | |
| download | ducky-36af5ceca2e73fb34c0cf28bb6e6bbce25f2b25e.zip ducky-36af5ceca2e73fb34c0cf28bb6e6bbce25f2b25e.tar.gz ducky-36af5ceca2e73fb34c0cf28bb6e6bbce25f2b25e.tar.bz2 ducky-36af5ceca2e73fb34c0cf28bb6e6bbce25f2b25e.tar.xz | |
rename sysdep->target
Diffstat (limited to 'target/unix/platform.h')
| -rw-r--r-- | target/unix/platform.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/unix/platform.h b/target/unix/platform.h new file mode 100644 index 0000000..ca331e2 --- /dev/null +++ b/target/unix/platform.h @@ -0,0 +1,11 @@ +#include <bsd/string.h> + +#include <fcntl.h> +#include <math.h> +#include <stdarg.h> +#include <stdbool.h> +#include <stdint.h> +#include <stdio.h> +#include <stdlib.h> +#include <time.h> +#include <unistd.h> |