0

Fix link errors on OSX 10.9? I think?

Fix for #1008
This commit is contained in:
Andrew Chin
2013-10-31 22:55:00 -04:00
parent a20290ea83
commit 9d76e48481

View File

@@ -30,8 +30,8 @@
/* Python PIL, and numpy headers */ /* Python PIL, and numpy headers */
#include <Python.h> #include <Python.h>
#include <Imaging.h>
#include <numpy/arrayobject.h> #include <numpy/arrayobject.h>
#include <Imaging.h>
/* like (a * b + 127) / 255), but much faster on most platforms /* like (a * b + 127) / 255), but much faster on most platforms
from PIL's _imaging.c */ from PIL's _imaging.c */