forked from pool/dcraw
4727326984
Fix GCC14 errors. (bsc#1220467) OBS-URL: https://build.opensuse.org/request/show/1154184 OBS-URL: https://build.opensuse.org/package/show/graphics/dcraw?expand=0&rev=60
25 lines
574 B
Diff
25 lines
574 B
Diff
Index: dcraw/fuji_green.c
|
|
===================================================================
|
|
--- dcraw.orig/fuji_green.c
|
|
+++ dcraw/fuji_green.c
|
|
@@ -5,6 +5,7 @@
|
|
$Date: 2006/03/01 01:46:47 $
|
|
*/
|
|
|
|
+#define _XOPEN_SOURCE
|
|
#include <ctype.h>
|
|
#include <math.h>
|
|
#include <setjmp.h>
|
|
Index: dcraw/fujiturn.c
|
|
===================================================================
|
|
--- dcraw.orig/fujiturn.c
|
|
+++ dcraw/fujiturn.c
|
|
@@ -15,6 +15,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
+#include <arpa/inet.h>
|
|
|
|
#ifdef _16BIT
|
|
typedef unsigned short value;
|