Switch to unified view
a/src/query/xadump.cpp | b/src/query/xadump.cpp | ||
---|---|---|---|
... |
... |
||
15 | * You should have received a copy of the GNU General Public License |
15 | * You should have received a copy of the GNU General Public License |
16 | * along with this program; if not, write to the |
16 | * along with this program; if not, write to the |
17 | * Free Software Foundation, Inc., |
17 | * Free Software Foundation, Inc., |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | */ |
19 | */ |
20 | #include <stdio.h> |
||
20 | #include <stdlib.h> |
21 | #include <stdlib.h> |
21 | #include <signal.h> |
22 | #include <signal.h> |
22 | #include <strings.h> |
23 | #include <strings.h> |
23 | 24 | ||
24 | #include <iostream> |
25 | #include <iostream> |