X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fbuffer_io.h;fp=src%2Fbuffer_io.h;h=43e497ba56ad69c330907209fb69f9542ec7b50d;hb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;hp=4a247ba5f4da9504ad89a74f8c5fd5e618a38623;hpb=726f9bbd0bd664294fce8a50be1d5b6881df8d16;p=wimlib diff --git a/src/buffer_io.h b/include/wimlib/buffer_io.h similarity index 99% rename from src/buffer_io.h rename to include/wimlib/buffer_io.h index 4a247ba5..43e497ba 100644 --- a/src/buffer_io.h +++ b/include/wimlib/buffer_io.h @@ -8,7 +8,7 @@ #ifndef _WIMLIB_BUFFER_IO_H #define _WIMLIB_BUFFER_IO_H -#include "util.h" +#include "wimlib/types.h" #include "endianness.h" #include @@ -129,4 +129,5 @@ put_bytes(void *p, size_t num_bytes, const void *input) { return memcpy(p, input, num_bytes) + num_bytes; } + #endif /* _WIMLIB_BUFFER_IO_H */