]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-stdint.patch
- new spec syntax is so cool
[packages/XFree86.git] / XFree86-stdint.patch
CommitLineData
8f6527ec 1diff -Nru xc.orig/programs/xdm/genauth.c xc/programs/xdm/genauth.c
2--- xc.orig/programs/xdm/genauth.c 2003-12-19 05:51:15.000000000 +0100
3+++ xc/programs/xdm/genauth.c 2003-12-24 09:19:44.000000000 +0100
4@@ -45,6 +45,8 @@
5 #include <time.h>
6 #define Time_t time_t
7
8+#include <stdint.h>
9+
10 #ifdef HASXDMAUTH
11 static unsigned char key[8];
12 #endif
This page took 0.022847 seconds and 4 git commands to generate.