* Fix include path for moved header files

This commit is contained in:
micha-bbg
2012-12-13 17:45:43 +01:00
parent d67b1e9c93
commit b1138e16b0
8 changed files with 11 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
#ifndef __CS_API_H_
#define __CS_API_H_
#include <coolstream/control.h>
#include <control.h>
#include <sys/types.h>
typedef void (*cs_messenger) (unsigned int msg, unsigned int data);