Browse Source

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

pre-master-46
Jim Monte 6 years ago
committed by Holger Vogt
parent
commit
4b145ddf5e
  1. 1
      src/include/ngspice/wordlist.h

1
src/include/ngspice/wordlist.h

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

Loading…
Cancel
Save