mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
PR: 128149 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: gnn (maintainer)
12 lines
300 B
C
12 lines
300 B
C
Index: ptpd.h
|
|
===================================================================
|
|
--- ptpd.h (revision 45)
|
|
+++ ptpd.h (working copy)
|
|
@@ -4,6 +4,7 @@
|
|
#define PTPD_H
|
|
|
|
#include "constants.h"
|
|
+#include "limits.h"
|
|
#include "dep/constants_dep.h"
|
|
#include "dep/datatypes_dep.h"
|
|
#include "datatypes.h"
|