summaryrefslogtreecommitdiff
path: root/system/gxemul/0.6.0-gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/gxemul/0.6.0-gcc46.patch')
-rw-r--r--system/gxemul/0.6.0-gcc46.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/system/gxemul/0.6.0-gcc46.patch b/system/gxemul/0.6.0-gcc46.patch
deleted file mode 100644
index eb0ce26b6e..0000000000
--- a/system/gxemul/0.6.0-gcc46.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/include/refcount_ptr.h | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/include/refcount_ptr.h b/src/include/refcount_ptr.h
-index 4645769..ebabd58 100644
---- a/src/include/refcount_ptr.h
-+++ b/src/include/refcount_ptr.h
-@@ -1,6 +1,8 @@
- #ifndef REFCOUNT_PTR_H
- #define REFCOUNT_PTR_H
-
-+#include <stddef.h>
-+
- /*
- * Copyright (C) 2007-2010 Anders Gavare. All rights reserved.
- *