tests: Include config.h

This commit is contained in:
Benjamin Otte 2012-11-06 20:51:15 +01:00
parent 58021c9e98
commit 5e59033eb3
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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"