1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

tevent: Refer to the correct header in testsuite.c

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Volker Lendecke 2012-07-30 09:00:13 +02:00 committed by Stefan Metzmacher
parent d2eb26cfbd
commit c03e9769cd

View File

@ -24,7 +24,7 @@
*/
#include "includes.h"
#include "lib/events/events.h"
#include "lib/tevent/tevent.h"
#include "system/filesys.h"
#include "torture/torture.h"