summaryrefslogtreecommitdiff
path: root/src/feh_png.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-29 21:01:03 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-29 21:01:03 +0100
commitfe8ce5419da5f08e0923e759753b75edc53906b3 (patch)
treec6cf2daa40e5731b9d752ddc17585724886fd7eb /src/feh_png.h
parentc4a98974bece64c5ae6e224151e92e807d5ac271 (diff)
Include system headers before local ones to fix type conflict on OpenBSD
Diffstat (limited to 'src/feh_png.h')
-rw-r--r--src/feh_png.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feh_png.h b/src/feh_png.h
index ac3375f..035d36a 100644
--- a/src/feh_png.h
+++ b/src/feh_png.h
@@ -26,11 +26,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef FEH_PNG_H
#define FEH_PNG_H
-#include "feh.h"
-
#include <stdio.h>
#include <stdarg.h>
+#include "feh.h"
+
gib_hash *feh_png_read_comments(char *file);
int feh_png_write_png_fd(Imlib_Image image, int fd, ...);