summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2015-10-08 16:40:41 +0200
committerVincent Guittot <vincent.guittot@linaro.org>2015-10-21 10:46:16 +0200
commitc7daff743bc502abe2a44577d4f54168a753c0fe (patch)
tree98f8d807e5e3734531b52614858628af471a7ba6 /src
parent93bd40964c81c6137c54d25406256f4822c0950b (diff)
rt-app: add json bits header file
when we execute 'make' command, we meet error message as follows. ./rt-app/src/rt-app_parse_config.c:773: undefined reference to `is_error' Let's append <json-c/bits.h> header file into rt-app_parse_config.c Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com> [fix minor typo] [use json-c path instead of json] Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'src')
-rw-r--r--src/rt-app_parse_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt-app_parse_config.c b/src/rt-app_parse_config.c
index f4ac5cf..ef802f1 100644
--- a/src/rt-app_parse_config.c
+++ b/src/rt-app_parse_config.c
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
+#include <json-c/bits.h>
#include "rt-app_parse_config.h"
#define PFX "[json] "