diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-05-19 21:49:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-05-19 21:49:57 +0000 |
commit | 9e7a5fa5efd7b182fe726c245b37bdbb7e745083 (patch) | |
tree | 512882b58b8b0a48bc25bd1aa710c4d8fc7f54cb /compat.h | |
parent | 9c01a3d0db18c41c0186b12e3d40e7c6ab00623a (diff) | |
download | rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.tar.gz rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.tar.bz2 rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.zip |
Spacing nits.
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.22 2010-05-19 21:40:49 nicm Exp $ */ +/* $Id: compat.h,v 1.23 2010-05-19 21:49:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -42,7 +42,7 @@ typedef uint64_t u_int64_t; #else #include "compat/tree.h" #endif - + #ifdef HAVE_BITSTRING_H #include <bitstring.h> #else |