Skip to content
  • Joseph Richey's avatar
    Make all header files self-suffienct · 59b5f360
    Joseph Richey authored and Milan Broz's avatar Milan Broz committed
    Almost all the headers in cryptsetup are self-suffienct (in that they
    compile on their own). By including <stddef.h>, <stdint.h>, or
    <sys/types.h>, all headers will now compile on their own.
    
    This is useful for importing cryptsetup into Bazel/Blaze.
    59b5f360