diff options
author | Björn Jacke <bj@sernet.de> | 2010-09-21 19:08:40 -0700 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-09-21 19:11:58 -0700 |
commit | 7c9dab47618a809792cfdc43f0e3c5d88d2d7843 (patch) | |
tree | 8207bd761e9159ec0234a39f1aed52ea5c180c32 /lib/util/tevent_unix.c | |
parent | 617268101a36fa01ab8c3865435d5316a915784a (diff) | |
download | samba-7c9dab47618a809792cfdc43f0e3c5d88d2d7843.tar.gz samba-7c9dab47618a809792cfdc43f0e3c5d88d2d7843.tar.xz samba-7c9dab47618a809792cfdc43f0e3c5d88d2d7843.zip |
tevent: include libreplace heade before tevent header
this is supposed to fix bug #7463. Thanks to Joachim Schmitz.
Diffstat (limited to 'lib/util/tevent_unix.c')
-rw-r--r-- | lib/util/tevent_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tevent_unix.c b/lib/util/tevent_unix.c index 0a8c4c6b30..e4c960e4d3 100644 --- a/lib/util/tevent_unix.c +++ b/lib/util/tevent_unix.c @@ -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) { |