diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-07-05 10:51:58 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-07-05 10:51:58 +0300 |
commit | 10aa81020894460afa7ffafe3e9f0fbca942d161 (patch) | |
tree | a3d8bfd1553e7c3ee84c025a92fd5af3124da738 /uniso.c | |
parent | 27770e1e07da16dcd911a638434fd3dda3137db2 (diff) | |
download | alpine-conf-10aa81020894460afa7ffafe3e9f0fbca942d161.zip |
uniso: include sys/types.h for u_int*_t
musl is strict on this.
Diffstat (limited to 'uniso.c')
-rw-r--r-- | uniso.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include <string.h> #include <endian.h> #include <sys/stat.h> +#include <sys/types.h> /**/ |