mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
sim: moxie: fix build by including config.h first
This commit is contained in:
parent
1788b2d3be
commit
a6c2b87eec
@ -1,3 +1,7 @@
|
||||
2012-06-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c: Include config.h first. Also include fcntl.h directly.
|
||||
|
||||
2012-06-15 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* config.in, configure: Regenerate.
|
||||
|
@ -17,6 +17,8 @@ GNU General Public License for more details.
|
||||
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"
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include "sysdep.h"
|
||||
|
Loading…
Reference in New Issue
Block a user