~ubuntu-branches/ubuntu/utopic/monit/utopic

« back to all changes in this revision

Viewing changes to debian/patches/12_FTBFS_on_kfreebsd.patch

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2014-05-20 02:01:48 UTC
  • Revision ID: package-import@ubuntu.com-20140520020148-63zwtigimwqhugoh
Tags: 1:5.8.1-2
Fix FTBFS on kFreeBSD

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix FTBFS on kFreeBSD
 
2
Author: Sergey B Kirpichev <skirpichev@gmail.com>
 
3
Forwarded: no
 
4
 
 
5
---
 
6
 src/process/sysdep_FREEBSD.c |    4 ++++
 
7
 1 file changed, 4 insertions(+)
 
8
 
 
9
--- a/src/process/sysdep_FREEBSD.c
 
10
+++ b/src/process/sysdep_FREEBSD.c
 
11
@@ -37,6 +37,10 @@
 
12
 #include <fcntl.h>
 
13
 #endif
 
14
 
 
15
+#ifdef HAVE_STDINT_H
 
16
+#include <stdint.h>
 
17
+#endif
 
18
+
 
19
 #ifdef HAVE_KVM_H
 
20
 #include <kvm.h>
 
21
 #endif