src/util.c

changeset 349
6f7d28b0f98d
parent 278
4365a163c987
child 373
09d69323a5b6
equal deleted inserted replaced
348:8360680eb3c4 349:6f7d28b0f98d
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #ifdef HAVE_CONFIG_H
23 #include "../config.h"
24 #endif
22 #include <unistd.h> 25 #include <unistd.h>
23 #include <errno.h> 26 #include <errno.h>
24 #include <stdio.h> 27 #include <stdio.h>
25 #include <stdlib.h> 28 #include <stdlib.h>
26 #include <sys/time.h> 29 #include <sys/time.h>

mercurial