From 10418b21cfb99f506743af0ca3d5f338c13079cd Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 7 Apr 2001 22:12:31 +0000 Subject: getopt and getopt_long provided if missing --- mixutils/mixvm.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mixutils/mixvm.c') diff --git a/mixutils/mixvm.c b/mixutils/mixvm.c index eafc8a0..d2d64c3 100644 --- a/mixutils/mixvm.c +++ b/mixutils/mixvm.c @@ -27,7 +27,12 @@ #include #include -#include + +#ifdef HAVE_GETOPT_LONG +# include +#else +# include +#endif /* HAVE_GETOPT_LONG */ extern void mix_vmloop (const gchar *code_file, gboolean use_emacs); -- cgit v1.2.3