comparison src/utils.cc @ 1346:9e41dbb74bca

[project @ 1995-09-05 06:37:49 by jwe]
author jwe
date Tue, 05 Sep 1995 06:41:09 +0000
parents 1ddfcf6b19a0
children d1e6997f0788
comparison
equal deleted inserted replaced
1345:1ddfcf6b19a0 1346:9e41dbb74bca
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cstring>
29 #include <climits> 28 #include <climits>
30 #include <csetjmp> 29 #include <csetjmp>
30 #include <cstring>
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #ifdef HAVE_UNISTD_H 33 #ifdef HAVE_UNISTD_H
34 #include <unistd.h> 34 #include <unistd.h>
35 #endif 35 #endif