Break an inclusion cycle missed by yesterday's change.

This commit is contained in:
Markus Armbruster 2005-02-13 10:37:46 +00:00
parent d89fdd8e31
commit 236c29a0c5

View file

@ -153,6 +153,4 @@ extern char *getstring(char *prompt, char buf[]);
extern s_char *prbuf(s_char *format, ...)
ATTRIBUTE((format (printf, 1, 2)));
#include "prototypes.h" /* must come at end, after defines and typedefs */
#endif /* _MISC_H_ */