Commit 7b8f08f0a9cb7e7db665c54ce537f90a4b155b4c

Authored by Perry Werneck
1 parent 67dcf9b6

Fixing OBS errors.

Showing 2 changed files with 1 additions and 1 deletions   Show diff stats
lib3270.cbp
... ... @@ -232,7 +232,6 @@
232 232 <Unit filename="src/include/cg.h" />
233 233 <Unit filename="src/include/config.h" />
234 234 <Unit filename="src/include/config.h.in" />
235   - <Unit filename="src/include/crl.h" />
236 235 <Unit filename="src/include/ctlrc.h" />
237 236 <Unit filename="src/include/ft_cut_ds.h" />
238 237 <Unit filename="src/include/ft_cutc.h" />
... ...
src/include/array.h
... ... @@ -36,6 +36,7 @@
36 36  
37 37 #define LIB3270_ARRAY_H_INCLUDED
38 38  
  39 + #include <stddef.h>
39 40 #include <lib3270.h>
40 41  
41 42 typedef struct _lib3270_string_array
... ...