mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Fix minor compile error.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "/peak/src/Seer/hellosegv/function1.h"
|
||||
#include "function1.h"
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#include "function1.h"
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
void function1 (const std::string& message);
|
||||
|
||||
int main (int argc, char** argv) {
|
||||
|
||||
for (int i=0; i<argc; i++) {
|
||||
|
||||
Reference in New Issue
Block a user