Skip to content

Commit

Permalink
cmake: solaris: check for sys/scsi/impl/uscsi.h fixed
Browse files Browse the repository at this point in the history
We need also sys/types
  • Loading branch information
pstorz committed Jan 8, 2018
1 parent 5e51fa4 commit 415b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BareosCheckIncludes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CHECK_INCLUDE_FILES(sys/dir.h HAVE_SYS_DIR_H)
CHECK_INCLUDE_FILES(termcap.h HAVE_TERMCAP_H)
CHECK_INCLUDE_FILES(term.h HAVE_TERM_H)

CHECK_INCLUDE_FILES(sys/scsi/impl/uscsi.h HAVE_SYS_SCSI_IMPL_USCSI_H)
CHECK_INCLUDE_FILES("sys/types.h;sys/scsi/impl/uscsi.h" HAVE_SYS_SCSI_IMPL_USCSI_H)
CHECK_INCLUDE_FILES(camlib.h HAVE_CAMLIB_H)
CHECK_INCLUDE_FILES(cam/scsi/scsi_message.h HAVE_CAM_SCSI_SCSI_MESSAGE_H)
CHECK_INCLUDE_FILES(dev/scsipi/scsipi_all.h HAVE_DEV_SCSIPI_SCSIPI_ALL_H)
Expand Down

0 comments on commit 415b313

Please sign in to comment.