Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1254d79

Browse files
committed
Use #ifdef in stead of #if (Jack)
1 parent e34b7de commit 1254d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Data members:
4848

4949
#include "osdefs.h"
5050

51-
#if HAVE_UNISTD_H
51+
#ifdef HAVE_UNISTD_H
5252
#include <unistd.h>
5353
#endif
5454

0 commit comments

Comments
 (0)