Allow for multiple #includes of this file.

This commit is contained in:
Poul-Henning Kamp 2002-10-08 07:24:19 +00:00
parent 68541f7c16
commit 943e5db958

View File

@ -38,6 +38,9 @@
* $FreeBSD$ * $FreeBSD$
*/ */
#ifndef _LIBKERN_QUAD_H
#define _LIBKERN_QUAD_H
/* /*
* Quad arithmetic. * Quad arithmetic.
* *
@ -116,3 +119,4 @@ typedef unsigned int qshift_t;
#else #else
typedef u_quad_t qshift_t; typedef u_quad_t qshift_t;
#endif #endif
#endif /* _LIBKERN_QUAD_H */