lib/util: fix order of includes in tevent_ntstatus.c
authorMichael Adam <obnox@samba.org>
Wed, 1 Jul 2009 08:51:17 +0000 (10:51 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 1 Jul 2009 09:14:54 +0000 (11:14 +0200)
replace.h needs to be included first.

Michael

lib/util/tevent_ntstatus.c

index 4e4339989a1de7242a0ac958f8ef683c59710a0b..d6cb0affd93e08540dcbd77a31b54f20f8d14cbb 100644 (file)
@@ -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)
 {