retro-ri: now include config.h

FossilOrigin-Name: d3d0bf3f92ec8022e4bf7f3a72bb5f6a50644f5037f7bc4fa0d23db838cb5832
This commit is contained in:
crc 2019-03-26 20:10:47 +00:00
parent 2413774036
commit 2ecb0282fa

View file

@ -44,6 +44,7 @@
#include <string.h> #include <string.h>
#include <ncurses.h> #include <ncurses.h>
#include "config.h"
#include "image-functions.h" #include "image-functions.h"
CELL sp, rp, ip; /* Data, address, instruction pointers */ CELL sp, rp, ip; /* Data, address, instruction pointers */