Use #ifdef in stead of #if (Jack)

This commit is contained in:
Guido van Rossum 1997-05-20 15:57:25 +00:00
parent e34b7de399
commit 1254d79dfa
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Data members:
#include "osdefs.h"
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif