Add missing include
This commit is contained in:
parent
c4c4aaacea
commit
70a91e4c40
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: log.c,v 1.24 1997/12/24 09:29:05 brian Exp $
|
||||
* $Id: log.c,v 1.25 1998/01/21 02:15:18 brian Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -31,6 +31,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include "command.h"
|
||||
|
Loading…
Reference in New Issue
Block a user