1
0
Fork 0

fixed compilation under gcc2.95

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@857
This commit is contained in:
Peter Veenstra 2003-03-31 10:10:13 +00:00
parent 58b16c1aa2
commit 1d510b4a24

View file

@ -15,6 +15,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <string.h>
#include <stdio.h>