Added #include <stdio.h> to define FILE.
This commit is contained in:
parent
2276431016
commit
36057d080e
|
|
@ -1,6 +1,7 @@
|
||||||
#ifndef ngspice_WORDLIST_H
|
#ifndef ngspice_WORDLIST_H
|
||||||
#define ngspice_WORDLIST_H
|
#define ngspice_WORDLIST_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/* Doubly linked lists of words. */
|
/* Doubly linked lists of words. */
|
||||||
struct wordlist {
|
struct wordlist {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue