From b3f16cf83f9594d2c4e88d1c3ffa5458b1a9f245 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 Jan 2001 20:49:41 +0000 Subject: [PATCH] Guard against multiple inclusion. --- lib/fastbuf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/fastbuf.h b/lib/fastbuf.h index e215b3ca..77345c2a 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -4,6 +4,9 @@ * (c) 1997--2000 Martin Mares */ +#ifndef _SHERLOCK_FASTBUF_H +#define _SHERLOCK_FASTBUF_H + #ifndef EOF #include #endif @@ -317,3 +320,5 @@ bputsn(struct fastbuf *f, byte *b) #define bgetp(f) bgetl(f) #define bputp(f,l) bputl(f,l) #endif + +#endif -- 2.39.2