fixed compilation under gcc2.95
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@857
This commit is contained in:
parent
58b16c1aa2
commit
1d510b4a24
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue