use include/osmocom/core instead of include/osmocore

This commit is contained in:
Harald Welte 2011-10-14 20:35:00 +02:00
parent 3674df68fd
commit a68b3a37c5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <assert.h> /* for assert() macro */
#endif
#include <osmocore/talloc.h>
#include <osmocom/core/talloc.h>
#ifdef __cplusplus
extern "C" {