mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add strndup.h header so we can use this useful function
It's missing on Windows... we had this helper in liquivision.c but since I used the function in git-access.c I figured I should just turn it into a little helper. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5bbcc7f16d
commit
e84d8624bb
4 changed files with 25 additions and 19 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include "dive.h"
|
||||
#include "membuffer.h"
|
||||
#include "strndup.h"
|
||||
|
||||
/*
|
||||
* The libgit2 people are incompetent at making libraries. They randomly change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue