1 #pragma once 2 3 /** 4 * @file wait.h 5 * @brief Historical alternative to `<sys/wait.h>`. 6 * 7 * New code should use `<sys/wait.h>` directly. 8 */ 9 10 #include <sys/wait.h> 11