blob: 6d99f5808ad999a3e358ffabe5d5cbed79822013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- sane-backends-1.0.20.orig/backend/microtek.c 2009-02-26 17:11:17.000000000 +0100
+++ sane-backends-1.0.20/backend/microtek.c 2009-05-11 00:10:23.000000000 +0200
@@ -59,6 +59,7 @@
#include "sane/config.h"
+#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
|