Commit 66711021 authored by Rusty Russell's avatar Rusty Russell

opt: define NULL

Headers should stand alone; we use NULL, so we should make sure it's defined.
parent 4a084a9e
......@@ -3,6 +3,7 @@
#include <ccan/compiler/compiler.h>
#include <ccan/typesafe_cb/typesafe_cb.h>
#include <stdbool.h>
#include <stdlib.h>
struct opt_table;
......
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