Ticket #12308: patch-ufraw_api.cc
File patch-ufraw_api.cc, 440 bytes (added by frank.mcpherson@…, 17 years ago) |
---|
Line | |
---|---|
1 | --- dcraw_api.cc-dist 2007-08-06 12:40:36.000000000 -0400 |
2 | +++ dcraw_api.cc 2007-08-06 12:41:49.000000000 -0400 |
3 | @@ -23,6 +23,15 @@ |
4 | #include <float.h> |
5 | #include <glib.h> |
6 | #include <glib/gi18n.h> /*For _(String) definition - NKBJ*/ |
7 | + |
8 | +/* For ufraw config.h */ |
9 | +#ifdef HAVE_CONFIG_H |
10 | +#include "config.h" |
11 | +#endif |
12 | + |
13 | +#ifdef HAVE_SYS_TYPES_H |
14 | +#include <sys/types.h> /*For off_t */ |
15 | +#endif |
16 | #include "dcraw_api.h" |
17 | #include "dcraw.h" |
18 | |
19 |