Fix compiler warnings on NetBSD

This commit is contained in:
Miroslav Lichvar
2014-09-09 11:48:09 +02:00
parent 0168b405a3
commit 584bf9382b
5 changed files with 8 additions and 7 deletions

View File

@@ -29,6 +29,8 @@
#ifndef GOT_LOGGING_H
#define GOT_LOGGING_H
#include "sysincl.h"
/* Flag indicating whether debug messages are logged */
extern int log_debug_enabled;