comparison dmres.c @ 719:eb4bd1f7b679

Sanitize some more includes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Apr 2013 19:26:15 +0300
parents 6e2b53f2878b
children ad3965b93ef1
comparison
equal deleted inserted replaced
718:324374ced543 719:eb4bd1f7b679
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2003-2012 Tecnic Software productions (TNSP) 5 * (C) Copyright 2003-2012 Tecnic Software productions (TNSP)
6 */ 6 */
7 #include "dmres.h" 7 #include "dmres.h"
8 #include <time.h> 8 #include <time.h>
9
10 #ifdef DM_USE_PACKFS
11 #include <zlib.h>
12 #endif
9 13
10 #ifdef DM_USE_STDIO 14 #ifdef DM_USE_STDIO
11 #include <sys/types.h> 15 #include <sys/types.h>
12 #include <sys/stat.h> 16 #include <sys/stat.h>
13 #include <unistd.h> 17 #include <unistd.h>