Icon and desktop file are based upon [1]. [1] http://pkgs.fedoraproject.org/cgit/rpms/dosbox.git/tree/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
36 lines
845 B
Diff
36 lines
845 B
Diff
From 9502307543db1329af0d7d6aadb0ee67d4089f52 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
|
Date: Fri, 26 Feb 2016 22:57:57 +0100
|
|
Subject: [PATCH] include/dos_inc.h: add missing include
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Pending
|
|
|
|
More or less taken from [1]
|
|
|
|
[1] http://pkgs.fedoraproject.org/cgit/rpms/dosbox.git/tree/dosbox-0.74-gcc46.patch
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
|
---
|
|
include/dos_inc.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/include/dos_inc.h b/include/dos_inc.h
|
|
index 290d76b..b16a164 100644
|
|
--- a/include/dos_inc.h
|
|
+++ b/include/dos_inc.h
|
|
@@ -28,6 +28,8 @@
|
|
#include "mem.h"
|
|
#endif
|
|
|
|
+#include <stddef.h>
|
|
+
|
|
#ifdef _MSC_VER
|
|
#pragma pack (1)
|
|
#endif
|
|
--
|
|
2.5.0
|
|
|