diff options
Diffstat (limited to 'lib/util')
-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) { |