forked from github/server
fix build, missing limits.h include
This commit is contained in:
parent
1e669472a6
commit
d7e5876c62
2 changed files with 15 additions and 14 deletions
|
@ -53,6 +53,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
/* in spy steht der Unterschied zwischen Wahrnehmung des Opfers und
|
/* in spy steht der Unterschied zwischen Wahrnehmung des Opfers und
|
||||||
* Spionage des Spions */
|
* Spionage des Spions */
|
||||||
|
|
Loading…
Reference in a new issue