11 lines
226 B
Diff
11 lines
226 B
Diff
|
--- ./src/lib/connection.h 2016-12-03 22:43:21.000000000 +0530
|
||
|
+++ ../connection.h 2017-06-09 22:47:48.138342901 +0530
|
||
|
@@ -2,6 +2,7 @@
|
||
|
#define CONNECTION_H
|
||
|
|
||
|
#include "net.h"
|
||
|
+#include <linux/time.h>
|
||
|
|
||
|
struct connection;
|
||
|
|