From ca05aa318b0cb63aa68fb77b204e8f002f4a6687 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 23 Apr 2020 17:56:10 +0200 Subject: [PATCH] Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc. branch beta_jdm by Jim Monte --- src/frontend/com_alias.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/com_alias.h b/src/frontend/com_alias.h index b7b06f697..45747769c 100644 --- a/src/frontend/com_alias.h +++ b/src/frontend/com_alias.h @@ -6,6 +6,8 @@ #ifndef ngspice_COM_ALIAS_H #define ngspice_COM_ALIAS_H +#include "ngspice/wordlist.h" + void com_alias(wordlist *wl); void com_unalias(wordlist *wl);