Kaynağa Gözat

libdpkg: Include dpkg/dpkg.h in t-buffer for MD5HASHLEN

Guillem Jover 15 yıl önce
ebeveyn
işleme
7c03c1012a
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      lib/dpkg/test/t-buffer.c

+ 2 - 1
lib/dpkg/test/t-buffer.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * t-buffer.c - test buffer handling
  *
- * Copyright © 2009 Guillem Jover <guillem@debian.org>
+ * Copyright © 2009-2010 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
 
 #include <dpkg/test.h>
 #include <dpkg/buffer.h>
+#include <dpkg/dpkg.h>
 
 #include <stdio.h>