mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-29 01:04:55 +02:00
Added missing system header includes (string.h and stdio.h) to avoid warnings
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include "hard_devices.h"
|
||||
#include "xgout.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h> /* for strlen() */
|
||||
#include <X11/Xlib.h>
|
||||
#include "hard_devices.h"
|
||||
#include "xgout.h"
|
||||
|
||||
+2
-1
@@ -12,10 +12,11 @@
|
||||
* want to use any of the standards yet -- they are too unstable).
|
||||
*/
|
||||
|
||||
#include <stdio.h> /* for printf() */
|
||||
#include <X11/Xos.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <string.h> /* for strcpy */
|
||||
#include <string.h> /* for strcpy() and strlen() */
|
||||
#include "xtb.h"
|
||||
|
||||
extern void abort();
|
||||
|
||||
Reference in New Issue
Block a user