Remove includes added by lsp server; Check in confg.mk;
This commit is contained in:
parent
7e621cb64f
commit
6ddcbd7a96
3 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
haggis
|
||||
config.mk
|
||||
test/output/
|
||||
test/*
|
||||
!test/*.c
|
||||
|
|
5
config.mk
Normal file
5
config.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
prefix ?= /usr/local
|
||||
# Comment this line if your OS ships libmd as part of libc
|
||||
# (NetBSD, OpenBSD)
|
||||
LIBS += -lmd
|
||||
LIBS += -lpthread
|
2
haggis.c
2
haggis.c
|
@ -32,9 +32,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <limits.h> // PATH_MAX
|
||||
#include <stddef.h>
|
||||
#include <stdint.h> // uint<x>_t
|
||||
#include <sys/syslimits.h>
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#include <sha.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue