Skip to content
  • Pau Garcia i Quiles's avatar
    v4l2: Include sys/ioctl.h for the V4L ioctl requests · f1043558
    Pau Garcia i Quiles authored
    Old videodevice2.h kernel headers used ioctl stuff without
    including ioctl.h, making compilation fail on older systems.
    
    Note: Including ioctl.h here is only a workaround for old kernel
    headers, should be removed once everybody has new enough headers.
    
    Fixes bug #597867.
    f1043558