diff options
Diffstat (limited to 'bstr/bstr.h')
-rw-r--r-- | bstr/bstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bstr/bstr.h b/bstr/bstr.h index 01fe2261a5..a1e99dd4a5 100644 --- a/bstr/bstr.h +++ b/bstr/bstr.h @@ -26,7 +26,7 @@ #include <stdarg.h> #include "talloc.h" -#include "compat/compiler.h" +#include "osdep/compiler.h" /* NOTE: 'len' is size_t, but most string-handling functions below assume * that input size has been sanity checked and len fits in an int. |