]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/bfin/gui.c
sim: switch config.h usage to defs.h
[thirdparty/binutils-gdb.git] / sim / bfin / gui.c
index 029a22ef3b5ccb41f92ab4acd48d1260a242ebd3..8e84d2dff9619d3ffe2de08bd8c8f39bb4eaa270 100644 (file)
@@ -18,7 +18,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "config.h"
+/* This must come before any other includes.  */
+#include "defs.h"
 
 #ifdef HAVE_SDL
 # include <SDL.h>