diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-06 20:51:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-06 21:29:58 +0100 |
commit | 5e59033eb3005bd75ad0e01ca20eeb3c36432a23 (patch) | |
tree | 7271ad987c52a131c17f806b5f0b2a1f6da1513e | |
parent | 58021c9e98bf7f5b584d0e0a9b23a0e72c7378b7 (diff) | |
download | gtk+-5e59033eb3005bd75ad0e01ca20eeb3c36432a23.tar.gz |
tests: Include config.h
-rw-r--r-- | tests/testappchooser.c | 2 | ||||
-rw-r--r-- | tests/testappchooserbutton.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/testappchooser.c b/tests/testappchooser.c index 436c56a378..221bd613ec 100644 --- a/tests/testappchooser.c +++ b/tests/testappchooser.c @@ -16,6 +16,8 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" + #include <stdlib.h> #include <gtk/gtk.h> diff --git a/tests/testappchooserbutton.c b/tests/testappchooserbutton.c index 0bc54fe53b..c4b2872a97 100644 --- a/tests/testappchooserbutton.c +++ b/tests/testappchooserbutton.c @@ -16,8 +16,9 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> +#include "config.h" +#include <stdlib.h> #include <gtk/gtk.h> #define CUSTOM_ITEM "custom-item" |