aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xasterisk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asterisk.c b/asterisk.c
index 2243a9704..e6e74efaa 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -898,7 +898,9 @@ static char *cli_prompt(EditLine *el)
int i;
struct timeval tv;
struct tm tm;
+#ifdef linux
FILE *LOADAVG;
+#endif
int fgcolor = COLOR_WHITE, bgcolor = COLOR_BLACK;
t++;