diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2010-01-05 23:22:25 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2010-01-05 23:22:25 +0100 |
commit | 24a12d9ba681fcde6beb3c11bc54d13e2d6ad436 (patch) | |
tree | 0bb80155510315fda35ea274f381dcab75d5740d /lf_fifo.c | |
parent | e99dc95b4cb3ea7ea1cf5fb1606319667bff83cf (diff) | |
download | lock_free-24a12d9ba681fcde6beb3c11bc54d13e2d6ad436.zip lock_free-24a12d9ba681fcde6beb3c11bc54d13e2d6ad436.tar.gz |
small nothing
Diffstat (limited to 'lf_fifo.c')
-rw-r--r-- | lf_fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ */ #include "lf_fifo.h" -#include "stdlib.h" +#include <stdlib.h> /* initialize an empty lf_fifo structure */ void lf_fifo_init( lf_fifo_t *q ) { |