aboutsummaryrefslogtreecommitdiffstats
path: root/include/thread.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 05:25:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 06:08:40 +0800
commitcbf7d18bb9319e2069c3cd48fd227ba3e29e9c1d (patch)
tree7c5da93176e0299a3839061c7351524a49f98524 /include/thread.h
parent9ed3e1b3f37f446206ad0f438ffdecf588a32590 (diff)
Use libosmocore instead of the old temporary laF0rge1 lib..
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/thread.h b/include/thread.h
index f23cae7..2db8118 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -21,8 +21,8 @@
#ifndef thread_h
#define thread_h
-#include <laf0rge1/linuxlist.h>
-#include <laf0rge1/select.h>
+#include <osmocore/linuxlist.h>
+#include <osmocore/select.h>
#include <pthread.h>