Small fix for NetBSD

This commit is contained in:
Michiel Broek 2002-01-11 21:12:53 +00:00
parent d43b8b4e47
commit caf2629c8d

View File

@ -30,7 +30,7 @@
* Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*****************************************************************************/ *****************************************************************************/
#if !defined(__FreeBSD__) && !defined(__netBSD__) #if !defined(__FreeBSD__) && !defined(__NetBSD__)
#include "../config.h" #include "../config.h"
#include <stdio.h> #include <stdio.h>