X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbyteswap_.h;h=ca8554431951d4e3ba048d32e746a88615f7ee33;hb=5d95b32a83f1663be6172f07b21ba7615b6055f4;hp=8e417e5471b4393a08ad5aadd371a74fae8e6314;hpb=018d784ec357cbce8d1eae53e26c05b8964d3f7b;p=gnulib.git diff --git a/lib/byteswap_.h b/lib/byteswap_.h index 8e417e547..ca8554431 100644 --- a/lib/byteswap_.h +++ b/lib/byteswap_.h @@ -16,7 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BYTESWAP_H +#ifndef _GL_BYTESWAP_H +#define _GL_BYTESWAP_H /* Given an unsigned 16-bit argument X, return the value corresponding to X with reversed byte order. */ @@ -41,4 +42,4 @@ (((x) & 0x00FF000000000000ULL) >> 40) | \ (((x) & 0xFF00000000000000ULL) >> 56)) -#endif +#endif /* _GL_BYTESWAP_H */