diff options
Diffstat (limited to 'sim/rx/main.c')
-rw-r--r-- | sim/rx/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rx/main.c b/sim/rx/main.c index 20a8434..5d7092b 100644 --- a/sim/rx/main.c +++ b/sim/rx/main.c @@ -18,8 +18,9 @@ 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/>. */ +/* This must come before any other includes. */ +#include "defs.h" -#include "config.h" #include <stdio.h> #include <string.h> #include <stdlib.h> |