diff --git a/ChangeLog b/ChangeLog
index 42dd98350..19b8fbd51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-01-10 Paolo Nenzi
+ * src/frontend/aspice.c: Added #ifdef for SOLARIS.
+
* src/include/cktdefs.h: added prototype for NInzIter().
* src/spicelib/devices/cpl/*: Added CPLask and CPLmAsk functions to
diff --git a/src/frontend/aspice.c b/src/frontend/aspice.c
index 0a3bd777e..5625af5e3 100644
--- a/src/frontend/aspice.c
+++ b/src/frontend/aspice.c
@@ -176,7 +176,7 @@ sigchild(void)
* whether the exit was normal or not.
*/
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(SOLARIS)
pid_t status;
#else
union wait status;