diff options
Diffstat (limited to 'sim/common/nrun.c')
-rw-r--r-- | sim/common/nrun.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/nrun.c b/sim/common/nrun.c index 8e92879..aa60c42 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -14,6 +14,12 @@ 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/>. */ +/* Need to be before general includes, to pick up e.g. _GNU_SOURCE. */ +#ifdef HAVE_CONFIG_H +#include "cconfig.h" +#include "tconfig.h" +#endif + #include <signal.h> /* For strsignal. */ |