mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
15 lines
271 B
C
15 lines
271 B
C
--- src/path-seat.c.orig 2017-01-19 05:27:32 UTC
|
|
+++ src/path-seat.c
|
|
@@ -23,10 +23,11 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <sys/stat.h>
|
|
+
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
-#include <sys/stat.h>
|
|
#include <libudev.h>
|
|
|
|
#include "path-seat.h"
|