mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
fix two separate version.h errors
This commit is contained in:
parent
45452352f3
commit
e38311e64e
2 changed files with 4 additions and 2 deletions
|
@ -73,10 +73,12 @@ noinst_HEADERS = \
|
|||
trevent.h \
|
||||
upnp.h \
|
||||
utils.h \
|
||||
version.h \
|
||||
xml.h
|
||||
|
||||
BUILT_SOURCES = version.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
version.h \
|
||||
version.h.in
|
||||
|
||||
do_subst = sed \
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libtransmission/version.h>
|
||||
#include "version.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#ifndef PRId64
|
||||
|
|
Loading…
Reference in a new issue