bug-grep
[Top][All Lists]
Advanced

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

[PATCH 1/4] dfa: include stdbool.h explicitly


From: Paolo Bonzini
Subject: [PATCH 1/4] dfa: include stdbool.h explicitly
Date: Fri, 27 Apr 2012 14:24:54 +0200

From: Aharon Robbins <address@hidden>

* src/dfa.c: Include stdbool.h explicitly
---
 src/dfa.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dfa.c b/src/dfa.c
index 1cbe537..b7b8e02 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -29,6 +29,7 @@
 #include <limits.h>
 #include <string.h>
 #include <locale.h>
+#include <stdbool.h>
 
 #define STREQ(a, b) (strcmp (a, b) == 0)
 
-- 
1.7.9.3





reply via email to

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