1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00

SCP: Make sure that SIMH version information is always available

include sim_rev.h in sim_defs.h
This commit is contained in:
Mark Pizzolato 2017-06-23 04:24:54 -07:00
parent a93078cef9
commit f404343b56

View File

@ -108,6 +108,7 @@
#ifndef SIM_DEFS_H_
#define SIM_DEFS_H_ 0
#include "sim_rev.h"
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>