fix gcc warning

This commit is contained in:
Enno Rehling 2015-08-05 15:42:22 +02:00
parent 8dc4e93e90
commit e9b1d6a0ae
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <kernel/objtypes.h> #include <kernel/objtypes.h>
#include <kernel/types.h> #include <kernel/types.h>
struct stream;
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif