include <foo> -> include "foo"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <buffer.h>
|
||||
#include "buffer.h"
|
||||
#include <unistd.h>
|
||||
|
||||
void buffer_close(buffer* b) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <buffer.h>
|
||||
#include "buffer.h"
|
||||
|
||||
ssize_t buffer_getline(buffer* b,char* x,size_t len) {
|
||||
return buffer_get_token(b,x,len,"\n",1);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <buffer.h>
|
||||
#include "buffer.h"
|
||||
#include <mmap.h>
|
||||
|
||||
static ssize_t op() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "errmsg.h"
|
||||
#include "errmsg_int.h"
|
||||
#include <str.h>
|
||||
#include "str.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user