Skip to content
Snippets Groups Projects
Commit 0a3eb910 authored by deuce's avatar deuce
Browse files

Use "" for includes in the same dir.

parent ebd131ca
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <gen_defs.h> #include "gen_defs.h"
#include <sockwrap.h> #include "sockwrap.h"
#include <dirwrap.h> #include "dirwrap.h"
#include <multisock.h> #include "multisock.h"
#include <stdarg.h> #include <stdarg.h>
struct xpms_set *xpms_create(unsigned int retries, unsigned int wait_secs, struct xpms_set *xpms_create(unsigned int retries, unsigned int wait_secs,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define MULTISOCK_H #define MULTISOCK_H
#include <limits.h> #include <limits.h>
#include <str_list.h> #include "str_list.h"
struct xpms_sockdef struct xpms_sockdef
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment