comparison src/pt-exp-base.cc @ 1346:9e41dbb74bca

[project @ 1995-09-05 06:37:49 by jwe]
author jwe
date Tue, 05 Sep 1995 06:41:09 +0000
parents 94bedeb289e5
children 5f63d83dd694
comparison
equal deleted inserted replaced
1345:1ddfcf6b19a0 1346:9e41dbb74bca
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <cctype>
33 #include <climits>
34 #include <cstdio>
32 #include <cstring> 35 #include <cstring>
33 #include <climits>
34 #include <cctype>
35 #include <cstdio>
36 36
37 #include <sys/types.h> 37 #include <sys/types.h>
38 #ifdef HAVE_UNISTD_H 38 #ifdef HAVE_UNISTD_H
39 #include <unistd.h> 39 #include <unistd.h>
40 #endif 40 #endif