tevent: include libreplace heade before tevent header
authorBjörn Jacke <bj@sernet.de>
Wed, 22 Sep 2010 02:08:40 +0000 (19:08 -0700)
committerBjörn Jacke <bj@sernet.de>
Wed, 22 Sep 2010 22:15:59 +0000 (15:15 -0700)
this is supposed to fix bug #7463. Thanks to Joachim Schmitz.
(cherry picked from commit 7c9dab47618a809792cfdc43f0e3c5d88d2d7843)

lib/util/tevent_unix.c

index 0a8c4c6b30c70389fbca90d33e63e0a6d091b883..e4c960e4d36dc479f5b4522a506105716df812b9 100644 (file)
@@ -21,8 +21,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "tevent_unix.h"
 #include "../replace/replace.h"
+#include "tevent_unix.h"
 
 bool tevent_req_is_unix_error(struct tevent_req *req, int *perrno)
 {