Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 pps-tools (0.20120406+g0deb9c7e-2) unstable; urgency=low
 .
   * [29f982a0] Add missing include.
Author: Bernd Zeimetz <bzed@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- pps-tools-0.20120406+g0deb9c7e.orig/Makefile
+++ pps-tools-0.20120406+g0deb9c7e/Makefile
@@ -4,6 +4,7 @@ CFLAGS += -Wall -O2 -D_GNU_SOURCE
 CFLAGS += -I .
 CFLAGS += -ggdb
 CFLAGS += -D__N_PPS=18
+CFLAGS += -fPIC
 
 # -- Actions section --
 
--- pps-tools-0.20120406+g0deb9c7e.orig/ppsfind
+++ pps-tools-0.20120406+g0deb9c7e/ppsfind
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 SYS="/sys/class/pps/"
 
--- pps-tools-0.20120406+g0deb9c7e.orig/timepps.h
+++ pps-tools-0.20120406+g0deb9c7e/timepps.h
@@ -19,6 +19,7 @@
 #define _SYS_TIMEPPS_H_
 
 #include <errno.h>
+#include <unistd.h>
 #include <sys/time.h>
 #include <sys/ioctl.h>
 #include <linux/types.h>
