blob: dde369f2d8de329c30c83ad4f0314d8be91fcade (
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.22.orig/backend/microtek.c 2010-12-02 00:49:58.000000000 +0100
+++ sane-backends-1.0.22/backend/microtek.c 2011-10-01 19:26:01.659066938 +0200
@@ -59,6 +59,7 @@
#include "../include/sane/config.h"
+#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
|