15 #include <stdlib.h> |
15 #include <stdlib.h> |
16 #include <errno.h> |
16 #include <errno.h> |
17 #include <strings.h> |
17 #include <strings.h> |
18 #include <string.h> |
18 #include <string.h> |
19 |
19 |
20 #include <libtu/misc.h> |
20 #include "misc.h" |
21 #include <libtu/output.h> |
21 #include "output.h" |
22 #include <libtu/util.h> |
22 #include "util.h" |
23 |
23 |
24 #if !defined(HAS_SYSTEM_ASPRINTF) |
24 #if !defined(HAS_SYSTEM_ASPRINTF) |
25 #include "snprintf_2.2/snprintf.h" |
25 #include "snprintf_2.2/snprintf.h" |
26 #endif |
26 #endif |
27 |
27 |