mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
UNDONE -- are we using unistd.h?
This commit is contained in:
parent
6611301fe7
commit
8ed7c9ad3f
|
@ -13,10 +13,11 @@
|
|||
#include <tiff.h>
|
||||
#endif
|
||||
|
||||
#ifndef _UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* UNDONE -- what are we using from this? */
|
||||
/*#ifndef _UNISTD_H
|
||||
# include <unistd.h>
|
||||
# endif
|
||||
*/
|
||||
|
||||
#ifndef min
|
||||
#define min(x,y) (( x > y ) ? y : x )
|
||||
|
|
Loading…
Reference in New Issue
Block a user