bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] libfshelp: add missing import


From: Justus Winter
Subject: [PATCH] libfshelp: add missing import
Date: Wed, 3 Jul 2013 14:30:51 +0200

Add missing import of alloca.h.

* libfshelp/set-options.c: Add missing import.
---
 libfshelp/set-options.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libfshelp/set-options.c b/libfshelp/set-options.c
index 13e4001..77cdba1 100644
--- a/libfshelp/set-options.c
+++ b/libfshelp/set-options.c
@@ -23,6 +23,7 @@
 #include <mach.h>
 #include <argp.h>
 #include <argz.h>
+#include <alloca.h>
 
 #include "fshelp.h"
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]