sim: moxie: fix build by including config.h first
[deliverable/binutils-gdb.git] / sim / moxie / interp.c
index 9c98021a59235eb466508f7b42868ef8dd10b869..c16c34ffc0860bb8999f8a8a20458d5a7a9cb665 100644 (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"
This page took 0.025485 seconds and 4 git commands to generate.