Update yait.c
This commit is contained in:
11
src/yait.c
11
src/yait.c
@@ -19,11 +19,12 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
#include "../lib/proginfo.h"
|
#include <proginfo.h>
|
||||||
#include "../lib/err.h"
|
#include <err.h>
|
||||||
#include "../lib/str_dup.h"
|
#include <str_dup.h>
|
||||||
#include "../include/yait.h"
|
#include <yait.h>
|
||||||
#include "../config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#include "name.h"
|
#include "name.h"
|
||||||
|
|
||||||
static const struct option longopts[] = {
|
static const struct option longopts[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user