]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add missing inclusion of config.h
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 4 Jan 2011 20:42:36 +0000 (21:42 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 4 Jan 2011 20:42:36 +0000 (21:42 +0100)
src/trap.c

index 13c2d8f4b8f927b66afc4f9bb95863d476dcc1f5..0184f1f832e5e06deab0bf6f1d8f31e38dd0aa6a 100644 (file)
@@ -15,7 +15,7 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+#include "config.h"
 #include "trap.h"
 
 char tvh_binshasum[20];