From 4bc9c52a122ba51c8fd8f2aea923f8cb2bab1d5f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Aug 2014 12:01:40 +0200 Subject: bstr: preparation for next commit Just so I can move this file without modifying its contents in the next commit. compat/compiler.h is to be moved to osdep/ with the next commit, so add a dummy header. --- bstr/bstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bstr/bstr.h') 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 #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. -- cgit v1.2.3