1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

#ifdef QUEST then a few functions won't work, because of that include

<stdlib.h> if we are on a QUEST

OK tb@
This commit is contained in:
mestre 2016-01-10 15:12:20 +00:00
parent 242982a070
commit 8ae737b14e

View File

@ -1,4 +1,4 @@
/* $OpenBSD: hack.c,v 1.10 2016/01/09 18:33:15 mestre Exp $ */
/* $OpenBSD: hack.c,v 1.11 2016/01/10 15:12:20 mestre Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@ -62,6 +62,9 @@
*/
#include <stdio.h>
#ifdef QUEST
#include <stdlib.h>
#endif
#include "hack.h"