mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
gradm: fix compile error - add missing include
Hooray for 2.6.34 ALIGN bug still biting. libxt_gradm.c:84: warning: implicit declaration of function 'ALIGN' libxt_gradm.c:84: error: initializer element is not constant libxt_gradm.c:84: error: (near initialization for 'gradm_mt_reg.size')
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <string.h>
|
||||
#include <xtables.h>
|
||||
#include "xt_gradm.h"
|
||||
#include "compat_user.h"
|
||||
|
||||
static void gradm_mt_help(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user