diff options
Diffstat (limited to 'sim/pru/interp.c')
-rw-r--r-- | sim/pru/interp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/pru/interp.c b/sim/pru/interp.c index 6398c67..58ac333 100644 --- a/sim/pru/interp.c +++ b/sim/pru/interp.c @@ -18,7 +18,9 @@ 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" + #include <stdbool.h> #include <stdint.h> #include <stddef.h> |