Просмотр исходного кода

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

Guillem Jover лет назад: 15
Родитель
Сommit
7c03c1012a
1 измененных файлов с 2 добавлено и 1 удалено
  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
  * libdpkg - Debian packaging suite library routines
  * t-buffer.c - test buffer handling
  * 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
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
 
 
 #include <dpkg/test.h>
 #include <dpkg/test.h>
 #include <dpkg/buffer.h>
 #include <dpkg/buffer.h>
+#include <dpkg/dpkg.h>
 
 
 #include <stdio.h>
 #include <stdio.h>