Make zm_terminate available to anyone who includes zm.h

This commit is contained in:
Isaac Connor 2020-05-07 13:38:56 -04:00
parent 8243dc0b19
commit bab15217f5
1 changed files with 1 additions and 0 deletions

View File

@ -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