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

« back to all changes in this revision

Viewing changes to hald/linux/addons/addon-storage.c

  • 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:
32
32
#include <linux/cdrom.h>
33
33
#include <linux/fs.h>
34
34
#include <mntent.h>
 
35
#include <sys/types.h>
35
36
#include <scsi/sg.h>
36
37
#include <stdint.h>
37
38
#include <stdio.h>