]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/sdlemu_config.cpp
Added disclaimer to Makefile, until we can fix the Qt compilation problems.
[virtualjaguar] / src / sdlemu_config.cpp
index 75d764430dd98880da08d3fd0725178fad24dfb5..aa971c1c92c287094c7b492176edc1b905001d0e 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include <stdio.h>
+
+#include "sdlemu_config.h"
+
+#include <stdlib.h>                                                            // For atoi()
+#include <stdio.h>                                                             // For fopen() and friends
+#include <cstring>                                                             // For strcmp()
 #include <string>
 #include <list>
-#include "sdlemu_config.h"
 
 using namespace std;