Commit 5ed7afb3 authored by Rusty Russell's avatar Rusty Russell

Fix missing include in isaac's _info.c

parent f5d28c40
......@@ -102,13 +102,13 @@
* License: Public Domain
*/
#include <string.h>
#include <stdio.h>
#include "config.h"
int main(int _argc,const char *_argv[]){
/*Expect exactly one argument.*/
if(_argc!=2)return 1;
if(strcmp(_argv[1],"depends")==0){
/*PRINTF-CCAN-PACKAGES-YOU-NEED-ONE-PER-LINE-IF-ANY*/
printf("ccan/ilog\n");
return 0;
}
......
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