comparison liboctave/oct-uname.cc @ 10447:12d25a1d84bf

Use gnulib headers instead of C++ std headers where needed.
author David Grundberg <davidg@cs.umu.se>
date Wed, 24 Mar 2010 17:27:58 +0100
parents 479cc8a0a846
children bbe99b2a5ba7
comparison
equal deleted inserted replaced
10446:ba932ad87a04 10447:12d25a1d84bf
23 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26 26
27 #include <cerrno> 27 #include <cerrno>
28 #include <cstring> 28 #include "string.h"
29 29
30 #ifdef HAVE_SYS_UTSNAME_H 30 #ifdef HAVE_SYS_UTSNAME_H
31 #include <sys/utsname.h> 31 #include <sys/utsname.h>
32 #endif 32 #endif
33 33