From: Andre Noll Date: Wed, 14 May 2008 12:22:40 +0000 (+0200) Subject: snap.c: Add missing include to make it compile on FreeBSD. X-Git-Tag: v0.1.0~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=7903078ffd5e494479b4c7a1d9881233a4acf67f snap.c: Add missing include to make it compile on FreeBSD. --- diff --git a/snap.c b/snap.c index c47e688..a5749a9 100644 --- a/snap.c +++ b/snap.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "gcc-compat.h" #include "error.h"