diff -Nru dlz-ldap-enum-1.1.0/debian/changelog dlz-ldap-enum-1.1.0/debian/changelog --- dlz-ldap-enum-1.1.0/debian/changelog 2016-09-24 11:24:36.000000000 +0000 +++ dlz-ldap-enum-1.1.0/debian/changelog 2019-07-25 18:35:53.000000000 +0000 @@ -1,3 +1,9 @@ +dlz-ldap-enum (1.1.0-1+rpi1) buster-staging; urgency=medium + + * Add #include to sdlz_helper.h (Closes: '914151) + + -- Peter Michael Green Thu, 25 Jul 2019 18:35:53 +0000 + dlz-ldap-enum (1.1.0-1) unstable; urgency=medium * New upstream release. diff -Nru dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch --- dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch 1970-01-01 00:00:00.000000000 +0000 +++ dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch 2019-07-25 18:35:53.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Add #include to sdlz_helper.h (Closes: '914151) +Author: Peter Michael Green + +--- dlz-ldap-enum-1.1.0.orig/sdlz_helper.h ++++ dlz-ldap-enum-1.1.0/sdlz_helper.h +@@ -36,6 +36,8 @@ + #ifndef SDLZHELPER_H + #define SDLZHELPER_H + ++#include ++ + /* + * Types + */ diff -Nru dlz-ldap-enum-1.1.0/debian/patches/series dlz-ldap-enum-1.1.0/debian/patches/series --- dlz-ldap-enum-1.1.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ dlz-ldap-enum-1.1.0/debian/patches/series 2019-07-25 18:35:53.000000000 +0000 @@ -0,0 +1 @@ +add-missing-include.patch