Do not include config.h in heimbase.h (fix #447)

We can't include config.h in public headers, as config.h is not public.

This reverts part of commit a8f0905b71.
This commit is contained in:
Nicolas Williams
2022-12-08 13:20:58 -06:00
parent 4303e7b2a3
commit aaff3aa5c5
5 changed files with 4 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
*/
#include "baselocl.h"
#include "heimbase-atomics.h"
#include <syslog.h>
static heim_base_atomic_integer_type tidglobal = HEIM_TID_USER;