Skip to content

Commit

Permalink
Include string.h, instead of strings.h
Browse files Browse the repository at this point in the history
This fixes warning: implicit declaration of function ... 

Ref: https://qa.debian.org/bls/bytag/W-implicit-declaration.html
  • Loading branch information
kartikm committed Nov 28, 2018
1 parent dba9006 commit e530b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmountains.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <unistd.h>
Expand Down

0 comments on commit e530b35

Please sign in to comment.