~ubuntu-branches/ubuntu/raring/hal/raring

« back to all changes in this revision

Viewing changes to debian/patches/66-missing-types_h.patch

  • Committer: Package Import Robot
  • Author(s): Daniel T Chen
  • Date: 2013-04-21 17:30:57 UTC
  • Revision ID: package-import@ubuntu.com-20130421173057-57w5lu1dw8ys2s2i
Tags: 0.5.14-8ubuntu1
Added missing preprocessor directive, fixing FTBFS
(Closes: #701432).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: hal-0.5.14/hald/linux/addons/addon-storage.c
 
2
===================================================================
 
3
--- hal-0.5.14.orig/hald/linux/addons/addon-storage.c   2013-04-21 17:27:18.000000000 -0400
 
4
+++ hal-0.5.14/hald/linux/addons/addon-storage.c        2013-04-21 17:29:31.918863034 -0400
 
5
@@ -32,6 +32,7 @@
 
6
 #include <linux/cdrom.h>
 
7
 #include <linux/fs.h>
 
8
 #include <mntent.h>
 
9
+#include <sys/types.h>
 
10
 #include <scsi/sg.h>
 
11
 #include <stdint.h>
 
12
 #include <stdio.h>