mcexec: include config.h

This commit is contained in:
NAKAMURA Gou
2016-04-11 21:56:19 +09:00
parent fb32120659
commit 10d248b3cc
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CC=@CC@
BINDIR=@BINDIR@
KDIR ?= @KDIR@
CFLAGS=-Wall -O
CFLAGS=-Wall -O -I.
VPATH=@abs_srcdir@
TARGET=mcexec
@uncomment_if_ENABLE_MEMDUMP@TARGET+=eclair

View File

@ -64,6 +64,7 @@
#include <sys/user.h>
#include "../include/uprotocol.h"
#include <getopt.h>
#include "../config.h"
//#define DEBUG