mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use #ifdef in stead of #if (Jack)
This commit is contained in:
parent
e34b7de399
commit
1254d79dfa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Data members:
|
|||
|
||||
#include "osdefs.h"
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue