diff options
Diffstat (limited to 'lib/binary-io.c')
-rw-r--r-- | lib/binary-io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/binary-io.c b/lib/binary-io.c new file mode 100644 index 000000000..d828bcd01 --- /dev/null +++ b/lib/binary-io.c @@ -0,0 +1,4 @@ +#include <config.h> +#define BINARY_IO_INLINE _GL_EXTERN_INLINE +#include "binary-io.h" +typedef int dummy; |