blob: fa95fbd567e09d9f4e070fe097bfeedd15b3c5d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/libdm/libdm-timestamp.c b/libdm/libdm-timestamp.c
index 3e01442..9be93a4 100644
--- a/libdm/libdm-timestamp.c
+++ b/libdm/libdm-timestamp.c
@@ -34,7 +34,6 @@
#ifdef HAVE_REALTIME
#include <time.h>
-#include <bits/time.h>
struct dm_timestamp {
struct timespec t;
|