1
0
mirror of https://github.com/simh/simh.git synced 2026-02-12 02:48:38 +00:00

VAX/QVSS: Proper linking on OSX

This commit is contained in:
Mark Pizzolato
2013-09-25 16:39:51 -07:00
parent 721a16f7e9
commit daed1e576f
2 changed files with 7 additions and 1 deletions

5
scp.c
View File

@@ -233,7 +233,10 @@
#endif
#include <sys/stat.h>
#if defined(HAVE_DLOPEN) /* Dynamic Readline support */
#if defined(HAVE_LIBSDL) && defined(USE_SIM_VIDEO) /* SDL*/
#include <SDL/SDL.h>
#endif
#if defined(HAVE_DLOPEN) /* Dynamic Readline support */
#include <dlfcn.h>
#endif