]> git.pld-linux.org Git - packages/dermixd.git/blob - dermixd-1.6.2.patch
- fixed frontend description (lists)
[packages/dermixd.git] / dermixd-1.6.2.patch
1 --- dermixd-1.6.2/common.hxx~   2008-01-18 01:32:38.000000000 +0100
2 +++ dermixd-1.6.2/common.hxx    2008-10-17 20:51:40.000000000 +0200
3 @@ -20,6 +20,7 @@
4  #include <queue>
5  #include <limits.h>
6  #include <errno.h>
7 +#include <string.h>
8  // For hacky thread scheduling on Linux.
9  #ifdef LINUX
10  #include <sys/time.h>
11 --- dermixd-1.6.2/param.hxx~    2008-02-24 01:25:32.000000000 +0100
12 +++ dermixd-1.6.2/param.hxx     2008-10-17 20:54:38.000000000 +0200
13 @@ -16,6 +16,8 @@
14         You can retrieve a copy of the current string value of a parameter or an interpreted bool, usigned int or unsigned long int value.
15  */
16  
17 +#include <string.h>
18 +
19  class parm
20  {
21         public:
This page took 0.045349 seconds and 3 git commands to generate.