Commit 40fa6a9 Uwe Kleine-König
committed
1 parent bd94799 commit 40fa6a9 Copy full SHA for 40fa6a9
File tree 7 files changed +11
-0
lines changed
7 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 14
14
* GNU General Public License for more details at www.gnu.org
15
15
*
16
16
*/
17
+ #include "config.h"
17
18
18
19
#include <stdlib.h>
19
20
#include <string.h>
Original file line number Diff line number Diff line change 6
6
* Foundation; either version 2 of the License, or (at your option) any later
7
7
* version.
8
8
*/
9
+ #include "config.h"
10
+
9
11
#include <stdlib.h>
10
12
#include "microcom.h"
11
13
Original file line number Diff line number Diff line change 6
6
* Foundation; either version 2 of the License, or (at your option) any later
7
7
* version.
8
8
*/
9
+ #include "config.h"
10
+
9
11
#include <stdio.h>
10
12
#include <sys/select.h>
11
13
#include <stdint.h>
Original file line number Diff line number Diff line change 17
17
****************************************************************************
18
18
** Rev. 1.0 - Feb. 2000
19
19
****************************************************************************/
20
+ #include "config.h"
21
+
20
22
#include "microcom.h"
21
23
#include <arpa/telnet.h>
22
24
#include <arpa/inet.h>
Original file line number Diff line number Diff line change 6
6
* Foundation; either version 2 of the License, or (at your option) any later
7
7
* version.
8
8
*/
9
+ #include "config.h"
10
+
9
11
#include <stdio.h>
10
12
#include <readline/readline.h>
11
13
#include <readline/history.h>
Original file line number Diff line number Diff line change 19
19
** Rev. 1.01 - March 2000
20
20
** Rev. 1.02 - June 2000
21
21
****************************************************************************/
22
+ #include "config.h"
22
23
23
24
#include <limits.h>
24
25
#include <sys/file.h>
Original file line number Diff line number Diff line change 15
15
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
16
** GNU General Public License for more details at www.gnu.org
17
17
****************************************************************************/
18
+ #include "config.h"
18
19
19
20
#include <stdlib.h>
20
21
#include <arpa/telnet.h>
You can’t perform that action at this time.
0 commit comments