comparison liboctave/oct-passwd.h @ 10182:0522a65bcd56

assume unistd.h and sys/types.h exist
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 15:41:19 -0500
parents 4c0cdbe0acca
children cbc402e64d83
comparison
equal deleted inserted replaced
10181:a668fbd32e34 10182:0522a65bcd56
23 #if !defined (octave_passwd_h) 23 #if !defined (octave_passwd_h)
24 #define octave_passwd_h 1 24 #define octave_passwd_h 1
25 25
26 #include <string> 26 #include <string>
27 27
28 #ifdef HAVE_SYS_TYPES_H
29 #include <sys/types.h> 28 #include <sys/types.h>
30 #endif
31 29
32 class 30 class
33 OCTAVE_API 31 OCTAVE_API
34 octave_passwd 32 octave_passwd
35 { 33 {