Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f945525
)
Include stdint.h in dolcon.c as well.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 8 Mar 2008 15:03:53 +0000
(16:03 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 8 Mar 2008 15:03:53 +0000
(16:03 +0100)
clients/gtk2/dolcon.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/gtk2/dolcon.c
b/clients/gtk2/dolcon.c
index
356fc62
..
b2392e1
100644
(file)
--- a/
clients/gtk2/dolcon.c
+++ b/
clients/gtk2/dolcon.c
@@
-41,6
+41,7
@@
#include <pwd.h>
#include <locale.h>
#include <assert.h>
+#include <stdint.h>
#ifdef HAVE_CONFIG_H
#include <config.h>