]> git.gag.com Git - debian/sudo/blobdiff - zero_bytes.c
Imported Upstream version 1.7.6p1
[debian/sudo] / zero_bytes.c
index 7391780aa0c9a938a771455f54e89a02a7db968e..bce089584236e60fcfdd3faa6b4f3686ad14f5f2 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <config.h>
+
 #include <sys/types.h>
 
-#include <config.h>
-#include <compat.h>
+#include "missing.h"
 
 /*
  * Like bzero(3) but with a volatile pointer.  The hope is that