diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-05 16:25:02 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-05 16:25:02 +0000 |
commit | a77785228d93e098034142fc9103e22304e30414 (patch) | |
tree | 63066278055a23b17d648aa577264f1759313ef7 /support/popthelp.c | |
parent | 3ace2b69f86b34b418f69418b10c3c94a50f8a95 (diff) | |
download | shared-mime-info-a77785228d93e098034142fc9103e22304e30414.tar.gz |
Include "popt-gnome.h" instead of "popt.h".
svn path=/trunk/; revision=503
Diffstat (limited to 'support/popthelp.c')
-rw-r--r-- | support/popthelp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/popthelp.c b/support/popthelp.c index 0e2f43a3..618f8a21 100644 --- a/support/popthelp.c +++ b/support/popthelp.c @@ -13,6 +13,10 @@ #include <stdlib.h> #include <string.h> +#ifdef HAVE_ALLOCA_H +#include <alloca.h> +#endif + #include "popt-gnome.h" #include "poptint.h" |