Make zm_terminate available to anyone who includes zm.h
This commit is contained in:
parent
8243dc0b19
commit
bab15217f5
1
src/zm.h
1
src/zm.h
|
@ -22,6 +22,7 @@
|
||||||
#define ZM_H
|
#define ZM_H
|
||||||
|
|
||||||
#include "zm_config.h"
|
#include "zm_config.h"
|
||||||
|
#include "zm_signal.h"
|
||||||
#ifdef SOLARIS
|
#ifdef SOLARIS
|
||||||
#undef DEFAULT_TYPE // pthread defines this which breaks StreamType DEFAULT_TYPE
|
#undef DEFAULT_TYPE // pthread defines this which breaks StreamType DEFAULT_TYPE
|
||||||
#include <string.h> // define strerror() and friends
|
#include <string.h> // define strerror() and friends
|
||||||
|
|
Loading…
Reference in New Issue