File tree Expand file tree Collapse file tree 9 files changed +27
-1
lines changed
Expand file tree Collapse file tree 9 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #if HAVE_CONFIG_H
12+ #include "config.h"
13+ #endif
1114#include <stddef.h>
1215#include <stdbool.h>
1316
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #if HAVE_CONFIG_H
12+ #include "config.h"
13+ #endif
1114#include <stddef.h>
1215#include <stdbool.h>
1316#include <unistd.h>
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #if HAVE_CONFIG_H
12+ #include "config.h"
13+ #endif
1114#include <stddef.h>
1215#include <stdbool.h>
1316
Original file line number Diff line number Diff line change 4545 * in pty.c.
4646 */
4747
48+ #if HAVE_CONFIG_H
49+ #include "config.h"
50+ #endif
4851#include <sys/types.h>
4952#include <sys/wait.h>
5053#include <unistd.h>
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #if HAVE_CONFIG_H
12+ #include "config.h"
13+ #endif
1114#include <string.h>
1215#include "entry.h"
1316#include "ccan/str/str.h"
Original file line number Diff line number Diff line change 88 * SPDX-License-Identifier: LGPL-3.0
99\************************************************************/
1010
11+ #if HAVE_CONFIG_H
12+ #include "config.h"
13+ #endif
1114#include <errno.h>
1215#include "rset.h"
1316
Original file line number Diff line number Diff line change 1313 * owner use only)
1414 */
1515
16-
16+ #if HAVE_CONFIG_H
17+ #include "config.h"
18+ #endif
1719#include <unistd.h>
1820#include <sys/types.h>
1921
Original file line number Diff line number Diff line change 1010
1111/* begin-time: Builtin job-manager begin-time dependency plugin */
1212
13+ #if HAVE_CONFIG_H
14+ #include "config.h"
15+ #endif
1316#include <time.h>
1417#include <math.h>
1518#include <jansson.h>
Original file line number Diff line number Diff line change 3838 * event in the job's eventlog.
3939 */
4040
41+ #if HAVE_CONFIG_H
42+ #include "config.h"
43+ #endif
4144#include <limits.h>
4245#include <unistd.h>
4346#include <sys/types.h>
You can’t perform that action at this time.
0 commit comments