import prototype for printf

This commit is contained in:
Jeff Hill
2002-03-22 00:35:17 +00:00
parent edced4817f
commit 04b51375f3

View File

@@ -4,8 +4,10 @@
// Test code for the epics::List class
#include "epicsList.h"
#include <iostream>
#include <stdio.h>
#include "epicsList.h"
using std::cout;
using std::endl;