comparison liboctave/oct-syscalls.cc @ 6482:7e958a1532c6

[project @ 2007-04-04 02:37:07 by jwe]
author jwe
date Wed, 04 Apr 2007 02:37:07 +0000
parents 363a2f8c9e97
children 93c65f2a5668
comparison
equal deleted inserted replaced
6481:89ed13fec6fe 6482:7e958a1532c6
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 <cerrno> 28 #include <cerrno>
29 #include <cstdlib>
29 30
30 #include <string.h> 31 #include <string.h>
31 32
32 #ifdef HAVE_SYS_TYPES_H 33 #ifdef HAVE_SYS_TYPES_H
33 #include <sys/types.h> 34 #include <sys/types.h>