summaryrefslogtreecommitdiffstats
path: root/lf_fifo.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2010-01-05 23:22:25 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2010-01-05 23:22:25 +0100
commit24a12d9ba681fcde6beb3c11bc54d13e2d6ad436 (patch)
tree0bb80155510315fda35ea274f381dcab75d5740d /lf_fifo.h
parente99dc95b4cb3ea7ea1cf5fb1606319667bff83cf (diff)
downloadlock_free-24a12d9ba681fcde6beb3c11bc54d13e2d6ad436.zip
lock_free-24a12d9ba681fcde6beb3c11bc54d13e2d6ad436.tar.gz
small nothing
Diffstat (limited to 'lf_fifo.h')
-rw-r--r--lf_fifo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lf_fifo.h b/lf_fifo.h
index cfecee1..11de7c3 100644
--- a/lf_fifo.h
+++ b/lf_fifo.h
@@ -25,11 +25,11 @@
*
*/
-#include "lf_cas.h"
-
#ifndef _LF_FIFO_H_
#define _LF_FIFO_H_
+#include "lf_cas.h"
+
# ifdef __cplusplus
extern "C" {
# endif /* __cplusplus */