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. --- osdep/compiler.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 osdep/compiler.h (limited to 'osdep') diff --git a/osdep/compiler.h b/osdep/compiler.h new file mode 100644 index 0000000000..1b878a9b3d --- /dev/null +++ b/osdep/compiler.h @@ -0,0 +1 @@ +#include "compat/compiler.h" -- cgit v1.2.3