sim: moxie: fix build by including config.h first

This commit is contained in:
Mike Frysinger 2012-06-17 23:33:42 +00:00
parent 1788b2d3be
commit a6c2b87eec
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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"