1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Sun, 17 Apr 2016 07:10:03 +0200
Subject: gcc-4.3
#! /bin/sh /usr/share/dpatch/dpatch-run
## gcc-4.3.dpatch by <bddebian@comcast.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Build with gcc-4.3.
---
src/init.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/init.cpp b/src/init.cpp
index da3e9ca..40a5194 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -27,6 +27,7 @@
#include <cstdlib>
#include <fstream>
#include <iostream>
+#include <cstring>
using namespace std;
|