Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
e7d21a7a
Commit
e7d21a7a
authored
Feb 09, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include order was wrong
parent
d832c5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+2
-2
main.c
main.c
+3
-3
No files found.
configure.ac
View file @
e7d21a7a
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.
5
, http://sourceforge.net/projects/libvncserver)
AC_INIT(LibVNCServer, 0.
6pre
, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.
5
)
AM_INIT_AUTOMAKE(LibVNCServer, 0.
6pre
)
AM_CONFIG_HEADER([include/rfbconfig.h])
AM_CONFIG_HEADER([include/rfbconfig.h])
# Checks for programs.
# Checks for programs.
...
...
main.c
View file @
e7d21a7a
...
@@ -10,6 +10,9 @@
...
@@ -10,6 +10,9 @@
* see GPL (latest version) for full details
* see GPL (latest version) for full details
*/
*/
#include "rfb.h"
#include "sraRegion.h"
#include <stdarg.h>
#include <stdarg.h>
#include <errno.h>
#include <errno.h>
...
@@ -31,9 +34,6 @@
...
@@ -31,9 +34,6 @@
#include <signal.h>
#include <signal.h>
#include <time.h>
#include <time.h>
#include "rfb.h"
#include "sraRegion.h"
#ifdef HAVE_LIBPTHREAD
#ifdef HAVE_LIBPTHREAD
MUTEX
(
logMutex
);
MUTEX
(
logMutex
);
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment