Check-in Number:
|
2983 | |
Date: |
2002-Dec-18 16:51:35 (local)
2002-Dec-18 15:51:35 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
add autoconf support
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/sio.c 1.18 -> 1.19
--- sio.c 2002/11/29 15:33:20 1.18
+++ sio.c 2002/12/18 15:51:35 1.19
@@ -28,6 +28,10 @@
** sio.c: stream I/O library implementation
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
|
|