projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c318e69
)
status-table.c: include string.h for strcmp.
author
W. Trevor King
<wking@drexel.edu>
Thu, 12 Apr 2012 17:51:49 +0000
(13:51 -0400)
committer
Werner Koch
<wk@gnupg.org>
Fri, 13 Apr 2012 08:02:39 +0000
(10:02 +0200)
* status-table.c: include string.h to avoid `warning: implicit
declaration of function 'strcmp'`.
src/status-table.c
patch
|
blob
|
history
diff --git
a/src/status-table.c
b/src/status-table.c
index 276f70e9ff7ec9adc410624c25470898ac903959..8060bdb76629a5c0dbba1aa0c1e3b1559cc6df72 100644
(file)
--- a/
src/status-table.c
+++ b/
src/status-table.c
@@
-24,6
+24,7
@@
#endif
#include <stdlib.h>
+#include <string.h>
#include "util.h"