Ticket #54093: patch-no-features_h.diff
File patch-no-features_h.diff, 261 bytes (added by RJVB (René Bertin), 8 years ago) |
---|
-
demo.cpp
old new 25 25 #endif 26 26 27 27 #include <assert.h> 28 #ifndef __APPLE__ 28 29 #include <features.h> 30 #endif 29 31 #include <math.h> 30 32 #include <png.h> 31 33 #include <pngconf.h>