From c0bffad06bcdd361bc1c448791b8bb561ab86f27 Mon Sep 17 00:00:00 2001
From: Frederic Lepied <flepied@mandriva.com>
Date: Wed, 10 Aug 2005 06:26:22 +0000
Subject: fixed compilation warnings

---
 src/promisc_check/promisc_check.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/promisc_check/promisc_check.c b/src/promisc_check/promisc_check.c
index 411fe12..2d11973 100644
--- a/src/promisc_check/promisc_check.c
+++ b/src/promisc_check/promisc_check.c
@@ -1,12 +1,12 @@
 /*****************************************************************************
- * Mandrake Security                                                         *
+ * Mandriva Linux Security                                                         *
  * Written by Vandoorselaere Yoann                                           *
- * (C) 1999, Mandrakesoft		                                             *
+ * (C) 1999-2005, Mandrakesoft		                                             *
  *****************************************************************************/
 
 /*****
 *
-* Copyright (C) 1999 Mandrakesoft
+* Copyright (C) 1999-2005 Mandrakesoft
 * All Rights Reserved
 *
 * This file is part of the Mandrake Security program.
@@ -38,6 +38,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
-- 
cgit v1.2.1