Commit 62a36ab1 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Fix up includes for parser tests

parent c6bbe840
#include <stdio.h>
#include "../fmacros.h"
/* misc */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "parser.h"
#include "sds.h"
#include <errno.h>
/* local */
#include "../parser.h"
#include "../sds.h"
#define assert_equal(a, b, type, fmt) do { \
type a_ = (a); \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment