mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-04 12:08:15 +02:00
Add missing include for unistd.h in test-service.c
We use usleep here.
(cherry picked from commit e5310abd6c)
This commit is contained in:
parent
a8b1b8c0b2
commit
576a87dc5a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
#include "test-utils.h"
|
||||
#include <unistd.h>
|
||||
|
||||
static DBusLoop *loop;
|
||||
static dbus_bool_t already_quit = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue