1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

lib/util: fix building tevent_ntstatus without config.h

(when called from places with "#define NO_CONFIG_H" set, such as configure)

 Michael
This commit is contained in:
Michael Adam 2009-06-29 15:39:46 +02:00
parent 857ed9ca5a
commit e4e855563b

View File

@ -22,7 +22,6 @@
#include <stdint.h>
#include <stdbool.h>
#include "config.h"
#include "../libcli/util/ntstatus.h"
#include "../tevent/tevent.h"