|
@@ -40,4 +40,7 @@ extern int in_aton(char *str);
|
|
|
extern size_t strlcpy(char *, const char *, size_t);
|
|
|
extern size_t strlcat(char *, const char *, size_t);
|
|
|
|
|
|
+/* Copied from linux/compiler-gcc.h since we can't include it directly */
|
|
|
+#define barrier() __asm__ __volatile__("": : :"memory")
|
|
|
+
|
|
|
#endif
|