forked from github/server
fix duplicate definition
This commit is contained in:
parent
ce0c6a0d32
commit
d238e18191
|
@ -1,6 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef _LP64
|
||||||
#define _LP64 0 /* fix a warning in pdcurses 3.4 */
|
#define _LP64 0 /* fix a warning in pdcurses 3.4 */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef UNILIB_H
|
#ifndef UNILIB_H
|
||||||
#define UNILIB_H
|
#define UNILIB_H
|
||||||
|
|
Loading…
Reference in New Issue