Moved atomic to its own static library.

This commit is contained in:
Markus Makela
2015-06-17 16:50:15 +03:00
parent d6f4699912
commit 4417f2bbf4
2 changed files with 7 additions and 5 deletions

View File

@ -29,7 +29,7 @@
#include <skygw_types.h>
#include <sys/time.h>
#include "skygw_utils.h"
#include "atomic.h"
#include <atomic.h>
#if defined(MLIST)