File tree 2 files changed +10
-2
lines changed
storage/ndb/ndbapi-examples
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2005, 2014 , Oracle and/or its affiliates. All rights reserved.
2
+ Copyright (c) 2005, 2015 , Oracle and/or its affiliates. All rights reserved.
3
3
4
4
This program is free software; you can redistribute it and/or modify
5
5
it under the terms of the GNU General Public License as published by
55
55
56
56
#include < stdlib.h>
57
57
#include < iostream> // Used for cout
58
+ #include < config.h>
59
+ #ifdef HAVE_SYS_SELECT_H
60
+ #include < sys/select.h>
61
+ #endif
58
62
59
63
/* *
60
64
* Helper sleep function
Original file line number Diff line number Diff line change 1
1
2
2
/*
3
- Copyright (c) 2005, 2014 , Oracle and/or its affiliates. All rights reserved.
3
+ Copyright (c) 2005, 2015 , Oracle and/or its affiliates. All rights reserved.
4
4
5
5
This program is free software; you can redistribute it and/or modify
6
6
it under the terms of the GNU General Public License as published by
78
78
#include < stdio.h>
79
79
#include < string.h>
80
80
#include < stdlib.h>
81
+ #include < config.h>
82
+ #ifdef HAVE_SYS_SELECT_H
83
+ #include < sys/select.h>
84
+ #endif
81
85
82
86
/* *
83
87
* Helper sleep function
You can’t perform that action at this time.
0 commit comments