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.
This commit is contained in:
wm4 2014-08-29 12:01:40 +02:00
parent ac2502141d
commit 4bc9c52a12
3 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#include "common/common.h"
#include "misc/ctype.h"
#include "bstr/bstr.h"
#include "bstr.h"
int bstrcmp(struct bstr str1, struct bstr str2)
{

View File

@ -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.

1
osdep/compiler.h Normal file
View File

@ -0,0 +1 @@
#include "compat/compiler.h"