Added header file capiutils.h

This commit is contained in:
MelwareDE 2005-09-20 18:33:40 +00:00
parent e6f80739ff
commit 070924ff29
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* ISDN4BSD! * ISDN4BSD!
*/ */
#include <capi_bsd.h> #include <capi_bsd.h>
#include <capiutils.h>
#define CAPI_OS_HINT 1 #define CAPI_OS_HINT 1
#else /* (CAPI_STACK_VERSION < 204) */ #else /* (CAPI_STACK_VERSION < 204) */
#define CAPI_OS_HINT 2 #define CAPI_OS_HINT 2
@ -25,6 +26,7 @@
#else /* BSD */ #else /* BSD */
#include <linux/capi.h> #include <linux/capi.h>
#include <capiutils.h>
#endif /* BSD */ #endif /* BSD */
#ifndef HEADER_CID #ifndef HEADER_CID