diff options
-rw-r--r-- | lib/util/tevent_ntstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tevent_ntstatus.c b/lib/util/tevent_ntstatus.c index 4e4339989a..d6cb0affd9 100644 --- a/lib/util/tevent_ntstatus.c +++ b/lib/util/tevent_ntstatus.c @@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "tevent_ntstatus.h" #include "../replace/replace.h" +#include "tevent_ntstatus.h" bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status) { |