Added #include <stdio.h> to define FILE.

This commit is contained in:
Jim Monte 2019-12-17 15:41:00 -05:00
parent 3ddc4b986a
commit 5d788b8359
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef ngspice_WORDLIST_H
#define ngspice_WORDLIST_H
#include <stdio.h>
/* Doubly linked lists of words. */
struct wordlist {