msgba/include/msgba/global.h

9 lines
132 B
C

#ifndef MS_GLOBAL
#define MS_GLOBAL
#include <stdio.h>
#include <pthread.h>
#include <unistd.h>
extern char *ms_last_error;
#endif