CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2016/01/27 06:07:09
Modified files: sys/sys : videoio.h Log message: Include sys/ioccom.h since _IO* is used. Based on the number and type of other system headers which pull in ioccom.h, and the fact that videoio.h isn't involved in any massive chain of includes in the kernel, I think it's reasonable and makes porting simpler. -- sthen@ from Brad very reasonable feinerer@, ok sthen@