Prevent our __unused hack from breaking standard headers on linux.

This commit is contained in:
Josh Elsasser 2007-05-27 16:30:04 +00:00
parent c73ed28f32
commit e24eea37a6
1 changed files with 2 additions and 3 deletions

View File

@ -28,12 +28,11 @@
#include <stdlib.h>
#include <string.h>
#include "transmission.h"
#include "bsdtree.h"
#include "ipcparse.h"
#include "transmission.h"
#include "bencode.h"
/* begin copy-paste from daemon/misc.h */
#define ARRAYLEN( ary ) ( sizeof( ary ) / sizeof( (ary)[0] ) )